Searched refs:blkid_probe (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 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() [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 | 1236 blkid_probe pr; in get_device_geometry()
|