Home
last modified time | relevance | path

Searched defs:fstype_info (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/fs/
Dfs.c108 struct fstype_info { struct
109 int fstype;
110 char *name;
119 bool null_dev_desc_ok;
120 int (*probe)(struct blk_desc *fs_dev_desc,
122 int (*ls)(const char *dirname);
123 int (*exists)(const char *filename);
147 static struct fstype_info fstypes[] = { argument