Lines Matching refs:fstype
109 int fstype; member
150 .fstype = FS_TYPE_FAT,
172 .fstype = FS_TYPE_EXT,
192 .fstype = FS_TYPE_SANDBOX,
208 .fstype = FS_TYPE_UBIFS,
223 .fstype = FS_TYPE_ANY,
238 static struct fstype_info *fs_get_info(int fstype) in fs_get_info() argument
244 if (fstype == info->fstype) in fs_get_info()
252 int fs_set_blk_dev(const char *ifname, const char *dev_part_str, int fstype) in fs_set_blk_dev() argument
279 if (fstype != FS_TYPE_ANY && info->fstype != FS_TYPE_ANY && in fs_set_blk_dev()
280 fstype != info->fstype) in fs_set_blk_dev()
287 fs_type = info->fstype; in fs_set_blk_dev()
312 fs_type = info->fstype; in fs_set_blk_dev_with_part()
330 if (info->fstype == FS_TYPE_ANY) { in fs_get_fstype()
492 int fstype) in do_size() argument
499 if (fs_set_blk_dev(argv[1], argv[2], fstype)) in do_size()
511 int fstype) in do_load() argument
528 if (fs_set_blk_dev(argv[1], (argc >= 3) ? argv[2] : NULL, fstype)) in do_load()
581 int fstype) in do_ls() argument
588 if (fs_set_blk_dev(argv[1], (argc >= 3) ? argv[2] : NULL, fstype)) in do_ls()
598 int fstype) in file_exists() argument
600 if (fs_set_blk_dev(dev_type, dev_part, fstype)) in file_exists()
607 int fstype) in do_save() argument
620 if (fs_set_blk_dev(argv[1], argv[2], fstype)) in do_save()
649 int fstype) in do_fs_uuid() argument
658 if (fs_set_blk_dev(argv[1], argv[2], fstype)) in do_fs_uuid()