Home
last modified time | relevance | path

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

/third_party/f2fs-tools/lib/
Dlibf2fs_io.c87 static off64_t *dcache_blk; /* which block it cached */ variable
157 if (dcache_blk != NULL) in dcache_release()
158 free(dcache_blk); in dcache_release()
166 dcache_blk = NULL; in dcache_release()
177 if ((dcache_blk = (off64_t *) malloc(sizeof(off64_t) * n)) == NULL in dcache_alloc_all()
221 dcache_blk = NULL; in dcache_init()
273 if (!dcache_valid[target] || dcache_blk[target] == blk) in dcache_find()
292 dcache_blk[entry] = blk; in dcache_io_read()
335 if (dcache_valid[entry] && dcache_blk[entry] == blk) { in dcache_update_rw()