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