Searched refs:F_PUNCHHOLE (Results 1 – 5 of 5) sorted by relevance
223 #ifdef F_PUNCHHOLE224 { BSM_F_PUNCHHOLE, F_PUNCHHOLE },
51 case F_PUNCHHOLE: in fcntl()
385 #define F_PUNCHHOLE 99 /* Deallocate a range of the file */ macro
3303 case F_PUNCHHOLE: { in sys_fcntl_nocancel()3335 error = VNOP_IOCTL(vp, F_PUNCHHOLE, (caddr_t)&args, 0, &context); in sys_fcntl_nocancel()
12052 case F_PUNCHHOLE: in fsctl_internal()