• Home
  • Raw
  • Download

Lines Matching defs:probe

322 static int probe_ext4dev(struct blkid_probe *probe,  in probe_ext4dev()
367 static int probe_ext4(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext4()
415 static int probe_ext3(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext3()
437 static int probe_ext2(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext2()
469 static int probe_jbd(struct blkid_probe *probe, struct blkid_magic *id, in probe_jbd()
514 static int probe_fat(struct blkid_probe *probe, in probe_fat()
641 static int probe_fat_nomagic(struct blkid_probe *probe, in probe_fat_nomagic()
682 static int probe_ntfs(struct blkid_probe *probe, in probe_ntfs()
790 static int probe_xfs(struct blkid_probe *probe, in probe_xfs()
806 static int probe_reiserfs(struct blkid_probe *probe, in probe_reiserfs()
834 static int probe_reiserfs4(struct blkid_probe *probe, in probe_reiserfs4()
850 static int probe_jfs(struct blkid_probe *probe, in probe_jfs()
876 static int probe_zfs(struct blkid_probe *probe, struct blkid_magic *id, in probe_zfs()
890 static int probe_luks(struct blkid_probe *probe, in probe_luks()
903 static int probe_romfs(struct blkid_probe *probe, in probe_romfs()
918 static int probe_cramfs(struct blkid_probe *probe, in probe_cramfs()
933 static int probe_swap0(struct blkid_probe *probe, in probe_swap0()
942 static int probe_swap1(struct blkid_probe *probe, in probe_swap1()
975 static int probe_iso9660(struct blkid_probe *probe, in probe_iso9660()
995 static int probe_udf(struct blkid_probe *probe, in probe_udf()
1038 static int probe_ocfs(struct blkid_probe *probe, in probe_ocfs()
1061 static int probe_ocfs2(struct blkid_probe *probe, in probe_ocfs2()
1074 static int probe_oracleasm(struct blkid_probe *probe, in probe_oracleasm()
1086 static int probe_gfs(struct blkid_probe *probe, in probe_gfs()
1108 static int probe_gfs2(struct blkid_probe *probe, in probe_gfs2()
1183 static int probe_hfsplus(struct blkid_probe *probe, in probe_hfsplus()
1324 static int probe_lvm2(struct blkid_probe *probe, in probe_lvm2()
1371 static int probe_btrfs(struct blkid_probe *probe, in probe_btrfs()
1500 struct blkid_probe probe; in blkid_verify() local