Searched refs:F_PUNCHHOLE (Results 1 – 5 of 5) sorted by relevance
217 #ifdef F_PUNCHHOLE218 { BSM_F_PUNCHHOLE, F_PUNCHHOLE },
51 case F_PUNCHHOLE: in fcntl()
404 #define F_PUNCHHOLE 99 /* Deallocate a range of the file */ macro
3315 case F_PUNCHHOLE: { in sys_fcntl_nocancel()3347 error = VNOP_IOCTL(vp, F_PUNCHHOLE, (caddr_t)&args, 0, &context); in sys_fcntl_nocancel()
12921 case F_PUNCHHOLE: in fsctl_internal()