Home
last modified time | relevance | path

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

/external/f2fs-tools/lib/
Dlibf2fs_io.c83 static char *dcache_buf; /* cached block data */ variable
155 if (dcache_buf != NULL) in dcache_release()
156 free(dcache_buf); in dcache_release()
162 dcache_buf = NULL; in dcache_release()
174 || (dcache_buf = (char *) malloc (F2FS_BLKSIZE * n)) == NULL in dcache_alloc_all()
217 dcache_buf = NULL; in dcache_init()
245 return dcache_buf + F2FS_BLKSIZE * entry; in dcache_addr()
283 if (read(fd, dcache_buf + entry * F2FS_BLKSIZE, F2FS_BLKSIZE) < 0) { in dcache_io_read()