/src/sys/fs/nfs/server/ |
nfs_nfsdsocket.c | 478 int error = 0, lktype; local in function:nfsrvd_dorpc 513 lktype = LK_SHARED; 515 lktype = LK_EXCLUSIVE; 517 nfsd_fhtovp(nd, &nfs_pubfh, lktype, &vp, &nes, 520 nfsd_fhtovp(nd, &fh, lktype, &vp, &nes, 623 int i, lktype, op, op0 = 0, statsinprog = 0; local in function:nfsrvd_compound 1037 lktype = nfsv4_opflag[op].lktype; 1043 lktype = LK_SHARED; 1045 if (NFSVOPLOCK(vp, lktype) == 0 [all...] |
nfs_nfsdstate.c | 4746 int gotlock, lktype = 0; local in function:nfsrv_clientconflict 4757 lktype = NFSVOPISLOCKED(vp); 4769 NFSVOPLOCK(vp, lktype | LK_RETRY); 4814 int gotlock, error, lktype = 0, retrycnt, zapped_clp; local in function:nfsrv_delegconflict 4932 lktype = NFSVOPISLOCKED(vp); 4944 NFSVOPLOCK(vp, lktype | LK_RETRY);
|
/src/sys/kern/ |
vfs_lookup.c | 929 int error, lktype; local in function:lookup_crossmount 940 lktype = VOP_ISLOCKED(searchdir); 944 lktype = LK_NONE; 1019 lktype = LK_NONE; 1024 if (error == 0 && lktype != LK_NONE) { 1025 vn_lock(searchdir, lktype | LK_RETRY); 1077 int error, lktype; local in function:lookup_once 1109 lktype = lookup_lktype(searchdir, cnp); 1110 vn_lock(searchdir, lktype | LK_RETRY); 1152 lktype = lookup_lktype(searchdir, cnp) 1874 const int lktype = (cnp->cn_flags & LOCKSHARED) != 0 ? local in function:namei_oneroot [all...] |
vfs_vnode.c | 783 int lktype; local in function:vput 797 lktype = LK_NONE; 799 lktype = VOP_ISLOCKED(vp); 800 KASSERT(lktype != LK_NONE); 803 vrelel(vp, 0, lktype); 844 vrelel(vnode_t *vp, int flags, int lktype) 873 if (lktype != LK_NONE) { 875 lktype = LK_NONE; 916 if (lktype != LK_NONE) { 918 lktype = LK_NONE 1303 int lktype; local in function:vgone [all...] |
/src/sys/fs/nfs/common/ |
nfs.h | 654 int lktype; member in struct:nfsv4_opflag
|