Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Drandfree_file.c110 #if defined(FALLOC_FL_PUNCH_HOLE) && defined(FALLOC_FL_KEEP_SIZE) in main()
111 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in main()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c290 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, offset, len); in zfs_file_deallocate()
H A Dzpl_file.c677 int test_mode = FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE; in zpl_fallocate_common()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c838 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, offset, len); in zfs_file_deallocate()