Searched refs:fs_type (Results 1 – 6 of 6) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr.c | 393 fstab->recs[cnt].fs_type = strdup(p); in fs_mgr_read_fstab() 441 free(fstab->recs[i].fs_type); in fs_mgr_free_fstab() 458 static void check_fs(char *blk_device, char *fs_type, char *target) in check_fs() argument 471 if (!strcmp(fs_type, "ext2") || !strcmp(fs_type, "ext3") || !strcmp(fs_type, "ext4")) { in check_fs() 485 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts); in check_fs() 591 if (!strcmp(fstab->recs[i].fs_type, "swap") || in fs_mgr_mount_all() 592 !strcmp(fstab->recs[i].fs_type, "emmc") || in fs_mgr_mount_all() 593 !strcmp(fstab->recs[i].fs_type, "mtd")) { in fs_mgr_mount_all() 602 check_fs(fstab->recs[i].blk_device, fstab->recs[i].fs_type, in fs_mgr_mount_all() 614 fstab->recs[i].fs_type, fstab->recs[i].flags, in fs_mgr_mount_all() [all …]
|
/system/core/fs_mgr/include/ |
D | fs_mgr.h | 36 char *fs_type; member 59 const char *mount_point, const char *fs_type,
|
/system/vold/ |
D | fstrim.c | 69 if (!strcmp(fstab->recs[i].fs_type, "emmc") || in do_fstrim_filesystems() 70 !strcmp(fstab->recs[i].fs_type, "mtd")) { in do_fstrim_filesystems()
|
D | main.cpp | 186 !strcmp(fstab->recs[i].fs_type, "vfat")) { in process_config()
|
D | cryptfs.c | 1071 char fs_type[32]; in cryptfs_restart() local
|
/system/core/fastboot/ |
D | engine.c | 128 char *fs_type; member 166 if (!strncmp(generators[i].fs_type, response, FB_RESPONSE_SZ)) { in fb_format_supported() 324 if (!strncmp(generators[i].fs_type, response, FB_RESPONSE_SZ)) { in fb_format()
|