Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/
H A Dfs.c118 struct fstype_info { struct
119 int fstype;
120 char *name;
129 bool null_dev_desc_ok;
130 int (*probe)(struct blk_desc *fs_dev_desc,
132 int (*ls)(const char *dirname);
133 int (*exists)(const char *filename);
134 int (*size)(const char *filename, loff_t *size);
135 int (*read)(const char *filename, void *buf, loff_t offset,
159 static struct fstype_info fstypes[] = { argument