Searched refs:dcache_update_rw (Results 1 – 1 of 1) sorted by relevance
/third_party/f2fs-tools/lib/ |
D | libf2fs_io.c | 310 static int dcache_update_rw(int fd, void *buf, off64_t offset, in dcache_update_rw() function 381 return dcache_update_rw(fd, buf, offset, count, true); in dcache_update_cache() 387 return dcache_update_rw(fd, buf, offset, count, false); in dcache_read()
|