Searched defs:ib_fs (Results 1 – 2 of 2) sorted by relevance
103 struct ib_fs { struct105 const char *name;106 int (*match) (ib_params *);107 int (*findstage2) (ib_params *, uint32_t *, ib_block *);109 uint32_t blocksize;110 uint32_t needswap;111 off_t sblockloc; /* location of superblock */
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