Home
last modified time | relevance | path

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

/u-boot/fs/
A Dfs.c135 struct fstype_info { struct
136 int fstype;
137 char *name;
146 bool null_dev_desc_ok;
147 int (*probe)(struct blk_desc *fs_dev_desc,
149 int (*ls)(const char *dirname);
150 int (*exists)(const char *filename);
151 int (*size)(const char *filename, loff_t *size);
152 int (*read)(const char *filename, void *buf, loff_t offset,
177 static struct fstype_info fstypes[] = { argument

Completed in 4 milliseconds