Searched refs:blkid_probe (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 52 static unsigned char *get_buffer(struct blkid_probe *pr, in get_buffer() 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() [all …]
|
D | probe.h | 23 struct blkid_probe { struct 33 typedef int (*blkid_probe_t)(struct blkid_probe *probe, argument
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1141 blkid_probe pr; in get_device_geometry()
|