Lines Matching refs:blkid_probe

50 static unsigned char *get_buffer(struct blkid_probe *pr,  in get_buffer()
320 static int probe_ext4dev(struct blkid_probe *probe, in probe_ext4dev()
365 static int probe_ext4(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext4()
413 static int probe_ext3(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext3()
435 static int probe_ext2(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext2()
467 static int probe_jbd(struct blkid_probe *probe, struct blkid_magic *id, in probe_jbd()
512 static int probe_fat(struct blkid_probe *probe, in probe_fat()
639 static int probe_fat_nomagic(struct blkid_probe *probe, in probe_fat_nomagic()
680 static int probe_ntfs(struct blkid_probe *probe, in probe_ntfs()
788 static int probe_xfs(struct blkid_probe *probe, in probe_xfs()
804 static int probe_reiserfs(struct blkid_probe *probe, in probe_reiserfs()
832 static int probe_reiserfs4(struct blkid_probe *probe, in probe_reiserfs4()
848 static int probe_jfs(struct blkid_probe *probe, in probe_jfs()
874 static int probe_zfs(struct blkid_probe *probe, struct blkid_magic *id, in probe_zfs()
888 static int probe_luks(struct blkid_probe *probe, in probe_luks()
901 static int probe_romfs(struct blkid_probe *probe, in probe_romfs()
916 static int probe_cramfs(struct blkid_probe *probe, in probe_cramfs()
931 static int probe_swap0(struct blkid_probe *probe, in probe_swap0()
940 static int probe_swap1(struct blkid_probe *probe, in probe_swap1()
973 static int probe_iso9660(struct blkid_probe *probe, in probe_iso9660()
993 static int probe_udf(struct blkid_probe *probe, in probe_udf()
1036 static int probe_ocfs(struct blkid_probe *probe, in probe_ocfs()
1059 static int probe_ocfs2(struct blkid_probe *probe, in probe_ocfs2()
1072 static int probe_oracleasm(struct blkid_probe *probe, in probe_oracleasm()
1084 static int probe_gfs(struct blkid_probe *probe, in probe_gfs()
1106 static int probe_gfs2(struct blkid_probe *probe, in probe_gfs2()
1159 static int probe_hfs(struct blkid_probe *probe __BLKID_ATTR((unused)), in probe_hfs()
1183 static int probe_hfsplus(struct blkid_probe *probe, in probe_hfsplus()
1327 static int probe_lvm2(struct blkid_probe *probe, in probe_lvm2()
1374 static int probe_btrfs(struct blkid_probe *probe, in probe_btrfs()
1390 static int probe_f2fs(struct blkid_probe *probe, in probe_f2fs()
1516 struct blkid_probe probe; in blkid_verify()