Lines Matching refs:fs_get_info
238 static struct fstype_info *fs_get_info(int fstype) in fs_get_info() function
329 info = fs_get_info(fs_type); in fs_get_fstype()
341 struct fstype_info *info = fs_get_info(fs_type); in fs_close()
350 struct fstype_info *info = fs_get_info(fs_type); in fs_uuid()
359 struct fstype_info *info = fs_get_info(fs_type); in fs_ls()
373 struct fstype_info *info = fs_get_info(fs_type); in fs_exists()
386 struct fstype_info *info = fs_get_info(fs_type); in fs_size()
398 struct fstype_info *info = fs_get_info(fs_type); in fs_read()
421 struct fstype_info *info = fs_get_info(fs_type); in fs_write()
440 struct fstype_info *info = fs_get_info(fs_type); in fs_opendir()
464 info = fs_get_info(fs_type); in fs_readdir()
484 info = fs_get_info(fs_type); in fs_closedir()
683 info = fs_get_info(fs_type); in do_fs_type()