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

/external/e2fsprogs/lib/blkid/
H A Dblkid.h68 extern int blkid_probe_all(blkid_cache cache);
H A Dblkid.h.in68 extern int blkid_probe_all(blkid_cache cache);
H A Dcache.c201 if ((ret = blkid_probe_all(cache) < 0))
H A Dsave.c178 if ((ret = blkid_probe_all(cache)) < 0) {
H A Ddevname.c512 int blkid_probe_all(blkid_cache cache) function
516 DBG(DEBUG_PROBE, printf("Begin blkid_probe_all()\n"));
520 DBG(DEBUG_PROBE, printf("End blkid_probe_all()\n"));
552 if (blkid_probe_all(cache) < 0)
H A Dtag.c377 if (blkid_probe_all(cache) < 0)
/external/e2fsprogs/misc/
H A Dblkid.c394 blkid_probe_all(cache);
/external/e2fsprogs/
H A Dconfigure10645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing blkid_probe_all" >&5
10646 $as_echo_n "checking for library containing blkid_probe_all... " >&6; }
10660 char blkid_probe_all ();
10664 return blkid_probe_all ();

Completed in 116 milliseconds