Home
last modified time | relevance | path

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

/third_party/f2fs-tools/lib/
Dlibf2fs_io.c86 static bool *dcache_valid; /* is the cached block valid? */ variable
126 if (dcache_valid[i]) in dcache_print_statistics()
163 if (dcache_valid != NULL) in dcache_release()
164 free(dcache_valid); in dcache_release()
169 dcache_valid = NULL; in dcache_release()
181 || (dcache_valid = (bool *) malloc(sizeof(bool) * n)) == NULL) in dcache_alloc_all()
224 dcache_valid = NULL; in dcache_init()
273 if (!dcache_valid[target] || dcache_blk[target] == blk) in dcache_find()
294 dcache_valid[entry] = true; in dcache_io_read()
338 if (dcache_valid[entry] && dcache_blk[entry] == blk) { in dcache_update_rw()
[all …]