Lines Matching refs:fs_get_info
254 static struct fstype_info *fs_get_info(int fstype) in fs_get_info() function
278 return fs_get_info(fs_type)->name; in fs_get_type_name()
351 struct fstype_info *info = fs_get_info(fs_type); in fs_close()
360 struct fstype_info *info = fs_get_info(fs_type); in fs_uuid()
369 struct fstype_info *info = fs_get_info(fs_type); in fs_ls()
383 struct fstype_info *info = fs_get_info(fs_type); in fs_exists()
396 struct fstype_info *info = fs_get_info(fs_type); in fs_size()
408 struct fstype_info *info = fs_get_info(fs_type); in fs_read()
431 struct fstype_info *info = fs_get_info(fs_type); in fs_write()
450 struct fstype_info *info = fs_get_info(fs_type); in fs_opendir()
474 info = fs_get_info(fs_type); in fs_readdir()
494 info = fs_get_info(fs_type); in fs_closedir()
693 info = fs_get_info(fs_type); in do_fs_type()