sys_fcntl_ptr 916 source3/include/proto.h int sys_fcntl_ptr(int fd, int cmd, void *arg); sys_fcntl_ptr 1840 source3/lib/util.c ret = sys_fcntl_ptr(fd,SMB_F_GETLK,&lock); sys_fcntl_ptr 162 source3/smbd/oplock_irix.c if(sys_fcntl_ptr(ctx->read_fd, F_OPLKSTAT, &os) < 0) {