Home | History | Annotate | Download | only in fstest

Lines Matching refs:fstab

40 #define FSTAB_PREFIX "/fstab."
196 struct fstab *fstab = fs_mgr_read_fstab(fstab_filename);
197 if (!fstab) {
201 for (int i = 0; i < fstab->num_entries; ++i) {
202 if (!strcmp(fstab->recs[i].mount_point, "/cache")) {
203 strcpy(blk_path_, fstab->recs[i].blk_device);
204 if (!strcmp(fstab->recs[i].fs_type, "ext4")) {
207 } else if (!strcmp(fstab->recs[i].fs_type, "f2fs")) {
213 fs_mgr_free_fstab(fstab);