Searched refs:fs_type (Results 1 – 5 of 5) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr.c | 371 fstab->recs[cnt].fs_type = strdup(p); in fs_mgr_read_fstab() 416 free(fstab->recs[i].fs_type); in fs_mgr_free_fstab() 433 static void check_fs(char *blk_device, char *fs_type, char *target) in check_fs() argument 446 if (!strcmp(fs_type, "ext2") || !strcmp(fs_type, "ext3") || !strcmp(fs_type, "ext4")) { in check_fs() 460 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts); in check_fs() 528 if (!strcmp(fstab->recs[i].fs_type, "emmc") || in fs_mgr_mount_all() 529 !strcmp(fstab->recs[i].fs_type, "mtd")) { in fs_mgr_mount_all() 538 check_fs(fstab->recs[i].blk_device, fstab->recs[i].fs_type, in fs_mgr_mount_all() 543 fstab->recs[i].fs_type, fstab->recs[i].flags, in fs_mgr_mount_all() 601 if (!strcmp(fstab->recs[i].fs_type, "emmc") || in fs_mgr_do_mount() [all …]
|
/system/core/fs_mgr/include/ |
D | fs_mgr.h | 33 char *fs_type; member 53 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 | cryptfs.c | 709 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() 338 if (!strncmp(generators[i].fs_type, response, FB_RESPONSE_SZ)) { in fb_format()
|