Searched defs:ib_fs (Results 1 – 1 of 1) sorted by relevance
129 struct ib_fs { struct131 const char *name;132 int (*match) (ib_params *);133 int (*findstage2) (ib_params *, uint32_t *, ib_block *);135 uint32_t blocksize;159 extern struct ib_fs fstypes[]; argument