Searched refs:dontcache (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/ |
| H A D | file_uncached.c | 54 do_io(int fd, int doread, int dontcache, void *buf, size_t len, off_t off) in do_io() argument 57 if (dontcache) { in do_io() 65 (void) dontcache; in do_io() 77 int doread = 0, dontcache = 0, noreuse = 0, ch, fd; in main() local 92 dontcache = 1; in main() 112 if (dontcache) { in main() 143 n = do_io(fd, doread, dontcache, buf, blocksize, off); in main() 149 if (dontcache && in main()
|