Home
last modified time | relevance | path

Searched refs:blkid_probe_all (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/debian/
Dlibblkid1.symbols29 blkid_probe_all@Base 1.33
/external/e2fsprogs/lib/blkid/
Dblkid.h68 extern int blkid_probe_all(blkid_cache cache);
Dcache.c202 if ((ret = blkid_probe_all(cache) < 0)) in main()
Dsave.c190 if ((ret = blkid_probe_all(cache)) < 0) { in main()
Ddevname.c515 int blkid_probe_all(blkid_cache cache) in blkid_probe_all() function
555 if (blkid_probe_all(cache) < 0) in main()
Dblkid.h.in68 extern int blkid_probe_all(blkid_cache cache);
Dtag.c378 if (blkid_probe_all(cache) < 0) in blkid_find_dev_with_tag()
/external/e2fsprogs/misc/
Dblkid.c401 blkid_probe_all(cache); in main()