Searched defs:fstype_info (Results 1 – 1 of 1) sorted by relevance
135 struct fstype_info { struct136 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