Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dmisc.h45 #define F_SEEK_HOLE FIOSEEKHOLE
/f-stack/freebsd/sys/
H A Dfilio.h65 #define FIOSEEKHOLE _IOWR('f', 98, off_t) /* SEEK_HOLE */ macro
/f-stack/freebsd/kern/
H A Dvfs_vnops.c2357 KASSERT(cmd == FIOSEEKHOLE || cmd == FIOSEEKDATA, in vn_bmap_seekhole()
2382 if ((bnp == -1 && cmd == FIOSEEKHOLE) || in vn_bmap_seekhole()
2457 error = fo_ioctl(fp, FIOSEEKHOLE, &offset, cred, td); in vn_seek()
2905 error = VOP_IOCTL(outvp, FIOSEEKHOLE, holeoffp, 0, cred, in vn_skip_hole()
3171 error = VOP_IOCTL(invp, FIOSEEKHOLE, &endoff, 0, in vn_generic_copy_file_range()
H A Dvfs_default.c1284 case FIOSEEKHOLE: in vop_stdioctl()
1297 else if (ap->a_command == FIOSEEKHOLE) in vop_stdioctl()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c1117 case FIOSEEKHOLE: in zvol_cdev_ioctl()
1123 hole = (cmd == FIOSEEKHOLE); in zvol_cdev_ioctl()