Home
last modified time | relevance | path

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

/external/u-boot/fs/
Dfs.c125 struct fstype_info { struct
126 int fstype;
127 char *name;
136 bool null_dev_desc_ok;
137 int (*probe)(struct blk_desc *fs_dev_desc,
139 int (*ls)(const char *dirname);
140 int (*exists)(const char *filename);
141 int (*size)(const char *filename, loff_t *size);
142 int (*read)(const char *filename, void *buf, loff_t offset,
167 static struct fstype_info fstypes[] = { argument