sys_fcntl_long 917 source3/include/proto.h int sys_fcntl_long(int fd, int cmd, long arg); sys_fcntl_long 79 source3/smbd/oplock_irix.c if(sys_fcntl_long(fd, F_OPLKREG, pfd[1]) == -1) { sys_fcntl_long 89 source3/smbd/oplock_irix.c if(sys_fcntl_long(fd, F_OPLKACK, OP_REVOKE) < 0 ) { sys_fcntl_long 210 source3/smbd/oplock_irix.c if (sys_fcntl_long(fsp->fh->fd, F_OPLKREG, ctx->write_fd) == -1) { sys_fcntl_long 250 source3/smbd/oplock_irix.c int state = sys_fcntl_long(fsp->fh->fd, F_OPLKACK, -1); sys_fcntl_long 260 source3/smbd/oplock_irix.c if(sys_fcntl_long(fsp->fh->fd, F_OPLKACK, OP_REVOKE) < 0) {