Searched defs:blkid_magic (Results 1 – 1 of 1) sorted by relevance
38 struct blkid_magic { struct39 const char *bim_type; /* type name for this magic */40 long bim_kboff; /* kilobyte offset of superblock */41 unsigned bim_sboff; /* byte offset within superblock */42 unsigned bim_len; /* length of magic */43 const char *bim_magic; /* magic string */44 blkid_probe_t bim_probe; /* probe function */