Home
last modified time | relevance | path

Searched refs:blkid_probe (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/blkid/
Dprobe.c50 static unsigned char *get_buffer(struct blkid_probe *pr, in get_buffer()
266 static int probe_ext4dev(struct blkid_probe *probe, in probe_ext4dev()
303 static int probe_ext4(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext4()
344 static int probe_ext3(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext3()
370 static int probe_ext2(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext2()
393 static int probe_jbd(struct blkid_probe *probe, struct blkid_magic *id, in probe_jbd()
438 static int probe_fat(struct blkid_probe *probe, in probe_fat()
565 static int probe_fat_nomagic(struct blkid_probe *probe, in probe_fat_nomagic()
593 static int probe_ntfs(struct blkid_probe *probe, in probe_ntfs()
701 static int probe_xfs(struct blkid_probe *probe, in probe_xfs()
[all …]
Dprobe.h23 struct blkid_probe { struct
33 typedef int (*blkid_probe_t)(struct blkid_probe *probe, argument