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()
365 #define F_PUNCHHOLE 99 /* Deallocate a range of the file */ macro
3353 case F_PUNCHHOLE: { in sys_fcntl_nocancel()3385 error = VNOP_IOCTL(vp, F_PUNCHHOLE, (caddr_t)&args, 0, &context); in sys_fcntl_nocancel()
13538 case F_PUNCHHOLE: in fsctl_internal()