Searched refs:fstypes (Results 1 – 2 of 2) sorted by relevance
37 } static const fstypes[] = { variable83 for (i=0; i<ARRAY_LEN(fstypes); i++) { in do_blkid()87 if (fstypes[i].magic_offset > off+sizeof(toybuf)) { in do_blkid()91 if (fstypes[i].magic_offset < off) continue; in do_blkid()95 for (j = 0; j < fstypes[i].magic_len; j++) in do_blkid()96 test += ((uint64_t)toybuf[j+fstypes[i].magic_offset-off])<<(8*j); in do_blkid()97 if (test == fstypes[i].magic) break; in do_blkid()100 if (i == ARRAY_LEN(fstypes)) { in do_blkid()109 type = fstypes[i].name; in do_blkid()126 len = fstypes[i].label_len; in do_blkid()[all …]
147 static struct fstype_info fstypes[] = { variable259 for (i = 0, info = fstypes; i < ARRAY_SIZE(fstypes) - 1; i++, info++) { in fs_get_info()289 for (i = 0, info = fstypes; i < ARRAY_SIZE(fstypes); in fs_set_blk_dev()307 for (i = 0, info = fstypes; i < ARRAY_SIZE(fstypes); i++, info++) { in fs_set_blk_dev()339 for (i = 0, info = fstypes; i < ARRAY_SIZE(fstypes); i++, info++) { in fs_set_blk_dev_with_part()