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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dresolve.c41 if (blkid_get_cache(&c, NULL) < 0)
73 if (blkid_get_cache(&c, NULL) < 0)
125 if (blkid_get_cache(&cache, "/dev/null") < 0) {
H A Dcache.c78 int blkid_get_cache(blkid_cache *ret_cache, const char *filename) function
192 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) {
197 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
H A Dblkid.h52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
H A Dsave.c173 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
H A Ddev.c238 if ((ret = blkid_get_cache(&cache, file)) != 0) {
H A Dread.c485 if ((ret = blkid_get_cache(&cache, argv[1])) < 0)
H A Dtag.c441 if ((ret = blkid_get_cache(&cache, file)) != 0) {
H A Ddevname.c595 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
H A Dprobe.c1351 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dblkid.c211 if (blkid_get_cache(&cache, read) < 0)
H A De2initrd_helper.c369 blkid_get_cache(&cache, NULL);
H A Dfsck.c1258 blkid_get_cache(&cache, NULL);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dunix.c616 blkid_get_cache(&ctx->blkid, NULL);

Completed in 106 milliseconds