Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/
H A Dfs.c320 int fs_get_fstype(const char **fstype_name) in fs_get_fstype() argument
324 if (fstype_name == NULL) { in fs_get_fstype()
335 *fstype_name = info->name; in fs_get_fstype()
/OK3568_Linux_fs/u-boot/include/
H A Dfs.h36 int fs_get_fstype(const char **fstype_name);