Lines Matching defs:probe

321 static int probe_ext4dev(struct blkid_probe *probe,  in probe_ext4dev()
366 static int probe_ext4(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext4()
414 static int probe_ext3(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext3()
436 static int probe_ext2(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext2()
468 static int probe_jbd(struct blkid_probe *probe, struct blkid_magic *id, in probe_jbd()
513 static int probe_fat(struct blkid_probe *probe, in probe_fat()
642 static int probe_fat_nomagic(struct blkid_probe *probe, in probe_fat_nomagic()
683 static int probe_ntfs(struct blkid_probe *probe, in probe_ntfs()
791 static int probe_xfs(struct blkid_probe *probe, in probe_xfs()
807 static int probe_reiserfs(struct blkid_probe *probe, in probe_reiserfs()
835 static int probe_reiserfs4(struct blkid_probe *probe, in probe_reiserfs4()
851 static int probe_jfs(struct blkid_probe *probe, in probe_jfs()
892 static int probe_luks(struct blkid_probe *probe, in probe_luks()
906 static int probe_romfs(struct blkid_probe *probe, in probe_romfs()
921 static int probe_cramfs(struct blkid_probe *probe, in probe_cramfs()
936 static int probe_swap0(struct blkid_probe *probe, in probe_swap0()
945 static int probe_swap1(struct blkid_probe *probe, in probe_swap1()
978 static int probe_iso9660(struct blkid_probe *probe, in probe_iso9660()
998 static int probe_udf(struct blkid_probe *probe, in probe_udf()
1042 static int probe_ocfs(struct blkid_probe *probe, in probe_ocfs()
1065 static int probe_ocfs2(struct blkid_probe *probe, in probe_ocfs2()
1078 static int probe_oracleasm(struct blkid_probe *probe, in probe_oracleasm()
1090 static int probe_gfs(struct blkid_probe *probe, in probe_gfs()
1112 static int probe_gfs2(struct blkid_probe *probe, in probe_gfs2()
1221 static int probe_hfsplus(struct blkid_probe *probe, in probe_hfsplus()
1367 static int probe_lvm2(struct blkid_probe *probe, in probe_lvm2()
1414 static int probe_btrfs(struct blkid_probe *probe, in probe_btrfs()
1430 static int probe_f2fs(struct blkid_probe *probe, in probe_f2fs()
1460 static uint32_t exfat_next_cluster(struct blkid_probe *probe, in exfat_next_cluster()
1475 struct blkid_probe *probe, const struct exfat_super_block *sb) in find_exfat_entry_label()
1506 static int probe_exfat(struct blkid_probe *probe, in probe_exfat()
1663 struct blkid_probe probe; in blkid_verify() local