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

/freebsd-10.1-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_lookup.c67 traverse(vnode_t **cvpp, int lktype) argument
106 error = VFS_ROOT(vfsp, lktype, &tvp);
/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c413 int error = 0, lktype; local
445 lktype = LK_SHARED;
447 lktype = LK_EXCLUSIVE;
449 nfsd_fhtovp(nd, &nfs_pubfh, lktype, &vp, &nes,
452 nfsd_fhtovp(nd, &fh, lktype, &vp, &nes,
958 if (NFSVOPLOCK(vp, nfsv4_opflag[op].lktype)
H A Dnfs_nfsdport.c2687 int lktype, struct vnode **vpp, struct nfsexstuff *exp,
2694 error = VFS_FHTOVP(mp, &fhp->fh_fid, lktype, vpp);
2729 nfsd_fhtovp(struct nfsrv_descript *nd, struct nfsrvfh *nfp, int lktype, argument
2752 if (lktype == LK_SHARED && !(MNT_SHARED_WRITES(mp)))
2753 lktype = LK_EXCLUSIVE;
2755 nd->nd_repstat = nfsvno_fhtovp(mp, fhp, nd->nd_nam, lktype, vpp, exp,
2686 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.c4622 int gotlock, lktype; local
4632 lktype = NFSVOPISLOCKED(vp);
4642 NFSVOPLOCK(vp, lktype | LK_RETRY);
4687 int gotlock, error, lktype, retrycnt, zapped_clp; local
4804 lktype = NFSVOPISLOCKED(vp);
4814 NFSVOPLOCK(vp, lktype | LK_RETRY);
/freebsd-10.1-release/sys/fs/nfs/
H A Dnfs.h644 int lktype; member in struct:nfsv4_opflag
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c1510 zfsctl_traverse_begin(vnode_t **vpp, int lktype) argument
1517 return (traverse(vpp, lktype));

Completed in 123 milliseconds