HomeSort by relevance Sort by last modified time
    Searched refs:blkid_probe_all (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/blkid/
blkid.h 68 extern int blkid_probe_all(blkid_cache cache);
cache.c 202 if ((ret = blkid_probe_all(cache) < 0))
save.c 178 if ((ret = blkid_probe_all(cache)) < 0) {
devname.c 560 int blkid_probe_all(blkid_cache cache) function
564 DBG(DEBUG_PROBE, printf("Begin blkid_probe_all()\n"));
568 DBG(DEBUG_PROBE, printf("End blkid_probe_all()\n"));
600 if (blkid_probe_all(cache) < 0)
tag.c 378 if (blkid_probe_all(cache) < 0)
  /external/e2fsprogs/misc/
blkid.c 239 blkid_probe_all(cache);

Completed in 285 milliseconds