Home
last modified time | relevance | path

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

/external/u-boot/fs/
Dfs.c254 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()
[all …]