Home
last modified time | relevance | path

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

/external/f2fs-tools/lib/
Dlibf2fs_io.c87 static char *dcache_buf; /* cached block data */ variable
159 if (dcache_buf != NULL) in dcache_release()
160 free(dcache_buf); in dcache_release()
166 dcache_buf = NULL; in dcache_release()
178 || (dcache_buf = (char *) malloc (F2FS_BLKSIZE * n)) == NULL in dcache_alloc_all()
221 dcache_buf = NULL; in dcache_init()
249 return dcache_buf + F2FS_BLKSIZE * entry; in dcache_addr()
287 if (read(fd, dcache_buf + entry * F2FS_BLKSIZE, F2FS_BLKSIZE) < 0) { in dcache_io_read()