Home
last modified time | relevance | path

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

/external/f2fs-tools/lib/
Dlibf2fs_io.c81 static off64_t *dcache_blk; /* which block it cached */ variable
151 if (dcache_blk != NULL) in dcache_release()
152 free(dcache_blk); in dcache_release()
160 dcache_blk = NULL; in dcache_release()
171 if ((dcache_blk = (off64_t *) malloc(sizeof(off64_t) * n)) == NULL in dcache_alloc_all()
215 dcache_blk = NULL; in dcache_init()
267 if (!dcache_valid[target] || dcache_blk[target] == blk) in dcache_find()
289 dcache_blk[entry] = blk; in dcache_io_read()
332 if (dcache_valid[entry] && dcache_blk[entry] == blk) { in dcache_update_rw()