• Home
  • Raw
  • Download

Lines Matching refs:blkid_probe

51 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()
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 __BLKID_ATTR((unused)), in probe_zfs()
891 static int probe_luks(struct blkid_probe *probe, in probe_luks()
904 static int probe_romfs(struct blkid_probe *probe, in probe_romfs()
919 static int probe_cramfs(struct blkid_probe *probe, in probe_cramfs()
934 static int probe_swap0(struct blkid_probe *probe, in probe_swap0()
943 static int probe_swap1(struct blkid_probe *probe, in probe_swap1()
976 static int probe_iso9660(struct blkid_probe *probe, in probe_iso9660()
996 static int probe_udf(struct blkid_probe *probe, in probe_udf()
1040 static int probe_ocfs(struct blkid_probe *probe, in probe_ocfs()
1063 static int probe_ocfs2(struct blkid_probe *probe, in probe_ocfs2()
1076 static int probe_oracleasm(struct blkid_probe *probe, in probe_oracleasm()
1088 static int probe_gfs(struct blkid_probe *probe, in probe_gfs()
1110 static int probe_gfs2(struct blkid_probe *probe, in probe_gfs2()
1163 static int probe_hfs(struct blkid_probe *probe __BLKID_ATTR((unused)), in probe_hfs()
1187 static int probe_hfsplus(struct blkid_probe *probe, in probe_hfsplus()
1331 static int probe_lvm2(struct blkid_probe *probe, in probe_lvm2()
1378 static int probe_btrfs(struct blkid_probe *probe, in probe_btrfs()
1394 static int probe_f2fs(struct blkid_probe *probe, in probe_f2fs()
1424 static uint32_t exfat_next_cluster(struct blkid_probe *probe, in exfat_next_cluster()
1439 struct blkid_probe *probe, const struct exfat_super_block *sb) in find_exfat_entry_label()
1470 static int probe_exfat(struct blkid_probe *probe, struct blkid_magic *id, in probe_exfat()
1624 struct blkid_probe probe; in blkid_verify()