Searched refs:lktype (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c414 int error = 0, lktype; local
449 lktype = LK_SHARED;
451 lktype = LK_EXCLUSIVE;
453 nfsd_fhtovp(nd, &nfs_pubfh, lktype, &vp, &nes,
456 nfsd_fhtovp(nd, &fh, lktype, &vp, &nes,
550 int i, lktype, op, op0 = 0; local
964 lktype = nfsv4_opflag[op].lktype;
970 lktype = LK_SHARED;
972 if (NFSVOPLOCK(vp, lktype)
[all...]
H A Dnfs_nfsdport.c2717 int lktype, struct vnode **vpp, struct nfsexstuff *exp,
2724 error = VFS_FHTOVP(mp, &fhp->fh_fid, lktype, vpp);
2759 nfsd_fhtovp(struct nfsrv_descript *nd, struct nfsrvfh *nfp, int lktype, argument
2782 if (lktype == LK_SHARED && !(MNT_SHARED_WRITES(mp)))
2783 lktype = LK_EXCLUSIVE;
2785 nd->nd_repstat = nfsvno_fhtovp(mp, fhp, nd->nd_nam, lktype, vpp, exp,
2716 nfsvno_fhtovp(struct mount *mp, fhandle_t *fhp, struct sockaddr *nam, int lktype, struct vnode **vpp, struct nfsexstuff *exp, struct ucred **credp) argument
H A Dnfs_nfsdstate.c5020 int gotlock, lktype = 0; local
5031 lktype = NFSVOPISLOCKED(vp);
5043 NFSVOPLOCK(vp, lktype | LK_RETRY);
5088 int gotlock, error, lktype = 0, retrycnt, zapped_clp; local
5206 lktype = NFSVOPISLOCKED(vp);
5218 NFSVOPLOCK(vp, lktype | LK_RETRY);
/freebsd-10-stable/sys/fs/nfs/
H A Dnfs.h669 int lktype; member in struct:nfsv4_opflag

Completed in 178 milliseconds