Home
last modified time | relevance | path

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

/external/f2fs-tools/lib/
Dlibf2fs_io.c77 static bool *dcache_valid; /* is the cached block valid? */ variable
117 if (dcache_valid[i]) in dcache_print_statistics()
154 if (dcache_valid != NULL) in dcache_release()
155 free(dcache_valid); in dcache_release()
160 dcache_valid = NULL; in dcache_release()
172 || (dcache_valid = (bool *) malloc(sizeof(bool) * n)) == NULL) in dcache_alloc_all()
215 dcache_valid = NULL; in dcache_init()
264 if (!dcache_valid[target] || dcache_blk[target] == blk) in dcache_find()
285 dcache_valid[entry] = true; in dcache_io_read()
329 if (dcache_valid[entry] && dcache_blk[entry] == blk) { in dcache_update_rw()
[all …]