Home
last modified time | relevance | path

Searched refs:fs_get_info (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/
H A Dfs.c238 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()
[all …]