Searched refs:FSIOC_FIOSEEKHOLE (Results 1 – 3 of 3) sorted by relevance
364 #define FSIOC_FIOSEEKHOLE _IOWR('A', 16, off_t) macro365 #define FSCTL_FIOSEEKHOLE IOCBASECMD(FSIOC_FIOSEEKHOLE)
6374 error = VNOP_IOCTL(vp, FSIOC_FIOSEEKHOLE, (caddr_t)&offset, 0, ctx); in lseek()12453 case IOCBASECMD(FSIOC_FIOSEEKHOLE): in fsctl_bogus_command_compat()12454 return FSIOC_FIOSEEKHOLE; in fsctl_bogus_command_compat()12870 case FSIOC_FIOSEEKHOLE: in fsctl_internal()
5176 case (int)FSIOC_FIOSEEKHOLE: in sys_fcntl_nocancel()