Searched refs:blkid_get_cache (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dcache.c21 int blkid_get_cache(blkid_cache *ret_cache, const char *filename) function
109 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) {
114 if ((ret = blkid_get_cache(&cache, bb_dev_null)) != 0) {
H A Dresolve.c43 if (blkid_get_cache(&c, NULL) < 0)
75 if (blkid_get_cache(&c, NULL) < 0)
123 if (blkid_get_cache(&cache, bb_dev_null) < 0) {
H A Dblkid.h53 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
H A Ddev.c196 if ((ret = blkid_get_cache(&cache, file)) != 0) {
H A Dsave.c169 if ((ret = blkid_get_cache(&cache, bb_dev_null)) != 0) {
H A Dread.c435 if ((ret = blkid_get_cache(&cache, argv[1])) < 0)
H A Ddevname.c340 if ((ret = blkid_get_cache(&cache, bb_dev_null)) != 0) {
H A Dtag.c394 if ((ret = blkid_get_cache(&cache, file)) != 0) {
H A Dprobe.c701 if ((ret = blkid_get_cache(&cache, bb_dev_null)) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c1335 blkid_get_cache(&cache, NULL);
H A De2fsck.c12990 blkid_get_cache(&ctx->blkid, NULL);

Completed in 173 milliseconds