Searched refs:lkflags (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clnode.c96 int lkflags)
116 error = vfs_hash_get(mntp, hash, lkflags,
173 error = vfs_hash_insert(vp, hash, lkflags,
95 ncl_nget(struct mount *mntp, u_int8_t *fhp, int fhsize, struct nfsnode **npp, int lkflags) argument
H A Dnfs_clport.c113 void *stuff, int lkflags)
128 error = vfs_hash_get(mntp, hash, lkflags,
267 error = vfs_hash_insert(vp, hash, lkflags,
111 nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp, struct componentname *cnp, struct thread *td, struct nfsnode **npp, void *stuff, int lkflags) argument
/freebsd-10.1-release/sys/fs/cd9660/
H A Dcd9660_lookup.c60 cd9660_ino_alloc(struct mount *mp, void *arg, int lkflags, argument
66 return (cd9660_vget_internal(mp, dd_arg->i_ino, lkflags, vpp,
/freebsd-10.1-release/sys/kern/
H A Dvfs_lookup.c385 compute_cn_lkflags(struct mount *mp, int lkflags, int cnflags) argument
388 if (mp == NULL || ((lkflags & LK_SHARED) &&
392 lkflags &= ~LK_SHARED;
393 lkflags |= LK_EXCLUSIVE;
395 return (lkflags);
700 * lock, adjust our lkflags.
H A Dvfs_vnops.c1989 vn_get_ino_alloc_vget(struct mount *mp, void *arg, int lkflags, argument
1993 return (VFS_VGET(mp, *(ino_t *)arg, lkflags, rvp));
1997 vn_vget_ino(struct vnode *vp, ino_t ino, int lkflags, struct vnode **rvp) argument
2001 lkflags, rvp));
2006 int lkflags, struct vnode **rvp)
2031 error = alloc(mp, alloc_arg, lkflags, rvp);
2005 vn_vget_ino_gen(struct vnode *vp, vn_get_ino_t alloc, void *alloc_arg, int lkflags, struct vnode **rvp) argument
/freebsd-10.1-release/sys/fs/fuse/
H A Dfuse_vfsops.c438 fuse_vfsop_root(struct mount *mp, int lkflags, struct vnode **vpp) argument
444 err = vget(data->vroot, lkflags, curthread);
/freebsd-10.1-release/sys/fs/udf/
H A Dudf_vnops.c1116 int fsize, lkflags, ltype, numdirpasses; local
1123 lkflags = a->a_cnp->cn_lkflags;
1195 error = vn_vget_ino(dvp, id, lkflags, &tdp);
1202 ltype = lkflags & LK_TYPE_MASK;
1211 error = udf_vget(udfmp->im_mountp, id, lkflags, &tdp);
/freebsd-10.1-release/sys/fs/unionfs/
H A Dunion_subr.c216 int lkflags; local
221 lkflags = (cnp ? cnp->cn_lkflags : 0);
316 if (lkflags & LK_TYPE_MASK)
317 vn_lock(vp, lkflags | LK_RETRY);
H A Dunion_vnops.c1332 int lkflags; local
1347 lkflags = cnp->cn_lkflags;
1366 cnp->cn_lkflags = lkflags;
1439 int lkflags; local
1453 lkflags = cnp->cn_lkflags;
1464 cnp->cn_lkflags = lkflags;
/freebsd-10.1-release/sys/sys/
H A Dvnode.h700 int vn_vget_ino(struct vnode *vp, ino_t ino, int lkflags,
703 void *alloc_arg, int lkflags, struct vnode **rvp);
/freebsd-10.1-release/sys/fs/autofs/
H A Dautofs_vnops.c200 autofs_vget_callback(struct mount *mp, void *arg, int lkflags __unused,
/freebsd-10.1-release/sys/fs/tmpfs/
H A Dtmpfs_vnops.c71 tmpfs_vn_get_ino_alloc(struct mount *mp, void *arg, int lkflags, argument
75 return (tmpfs_alloc_vp(mp, arg, lkflags, rvp));
/freebsd-10.1-release/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c80 msdosfs_deget_dotdot(struct mount *mp, void *arg, int lkflags, argument

Completed in 212 milliseconds