Home
last modified time | relevance | path

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

/u-boot/fs/
A Dfs.c143 struct fstype_info { struct
144 int fstype;
145 char *name;
154 bool null_dev_desc_ok;
155 int (*probe)(struct blk_desc *fs_dev_desc,
157 int (*ls)(const char *dirname);
158 int (*exists)(const char *filename);
159 int (*size)(const char *filename, loff_t *size);
160 int (*read)(const char *filename, void *buf, loff_t offset,
185 static struct fstype_info fstypes[] = { argument

Completed in 7 milliseconds