F_UNLCK 298 compat/hpux/hpux_file.c case F_UNLCK: F_UNLCK 299 compat/hpux/hpux_file.c error = VOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &fl, F_UNLCK 89 compat/ibcs2/ibcs2_fcntl.c case F_UNLCK: F_UNLCK 116 compat/ibcs2/ibcs2_fcntl.c flp->l_type = F_UNLCK; F_UNLCK 263 compat/linux/linux_file.c case F_UNLCK: F_UNLCK 287 compat/linux/linux_file.c bfp->l_type = F_UNLCK; F_UNLCK 273 compat/linux/linux_file64.c case F_UNLCK: F_UNLCK 294 compat/linux/linux_file64.c bfp->l_type = F_UNLCK; F_UNLCK 331 compat/osf1/osf1_cvt.c case F_UNLCK: F_UNLCK 373 compat/osf1/osf1_cvt.c nf->l_type = F_UNLCK; F_UNLCK 898 compat/sunos/sunos_ioctl.c case F_UNLCK: F_UNLCK 927 compat/sunos/sunos_ioctl.c oflp->l_type = F_UNLCK; F_UNLCK 155 compat/svr4/svr4_fcntl.c case F_UNLCK: F_UNLCK 183 compat/svr4/svr4_fcntl.c oflp->l_type = F_UNLCK; F_UNLCK 208 compat/svr4/svr4_fcntl.c case F_UNLCK: F_UNLCK 237 compat/svr4/svr4_fcntl.c oflp->l_type = F_UNLCK; F_UNLCK 446 kern/kern_descrip.c case F_UNLCK: F_UNLCK 447 kern/kern_descrip.c error = (VOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &fl, F_UNLCK 477 kern/kern_descrip.c fl.l_type != F_UNLCK && F_UNLCK 1037 kern/kern_descrip.c lf.l_type = F_UNLCK; F_UNLCK 1039 kern/kern_descrip.c (void) VOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &lf, F_POSIX); F_UNLCK 1072 kern/kern_descrip.c lf.l_type = F_UNLCK; F_UNLCK 1074 kern/kern_descrip.c (void) VOP_ADVLOCK(vp, (caddr_t)fp, F_UNLCK, &lf, F_FLOCK); F_UNLCK 1125 kern/kern_descrip.c lf.l_type = F_UNLCK; F_UNLCK 1127 kern/kern_descrip.c error = VOP_ADVLOCK(vp, (caddr_t)fp, F_UNLCK, &lf, F_FLOCK); F_UNLCK 176 kern/vfs_lockf.c fl->l_type = F_UNLCK; F_UNLCK 184 kern/vfs_lockf.c lock = lf_alloc(p->p_ucred->cr_uid, op != F_UNLCK ? 1 : 2); F_UNLCK 203 kern/vfs_lockf.c case F_UNLCK: F_UNLCK 295 kern/vfs_lockf.c lock->lf_type = F_UNLCK; F_UNLCK 552 kern/vfs_lockf.c fl->l_type = F_UNLCK; F_UNLCK 753 kern/vfs_lockf.c lock->lf_type == F_UNLCK ? "unlock" : F_UNLCK 779 kern/vfs_lockf.c lf->lf_type == F_UNLCK ? "unlock" :