Home
last modified time | relevance | path

Searched refs:vget_finish (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_hash.c93 error = vget_finish(vp, flags, vs); in vfs_hash_get()
169 error = vget_finish(vp2, flags, vs); in vfs_hash_insert()
H A Dvfs_cache.c1774 error = vget_finish(*vpp, cnp->cn_lkflags, vs); in cache_lookup_dotdot()
1891 error = vget_finish(*vpp, cnp->cn_lkflags, vs); in cache_lookup_fallback()
1997 error = vget_finish(*vpp, cnp->cn_lkflags, vs); in cache_lookup()
3506 if (vget_finish(ddvp, LK_SHARED | LK_NOWAIT, vs)) in vn_dir_dd_ino()
4180 error = vget_finish(tvp, lkflags, tvs); in cache_fplookup_final_child()
4439 error = vget_finish(dvp, LK_EXCLUSIVE, dvs); in cache_fplookup_final_withparent()
4559 error = vget_finish(dvp, lkflags, dvs); in cache_fplookup_degenerate()
H A Dvfs_subr.c2958 return (vget_finish(vp, flags, vs)); in vget()
2962 vget_finish(struct vnode *vp, int flags, enum vgetstate vs) in vget_finish() function
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c1210 vget_finish(vp, locked | LK_RETRY, vs); in zfsctl_snapshot_vptocnp()
H A Dzfs_vnops_os.c5764 error = vget_finish(covered_vp, LK_SHARED, vs); in zfs_vptocnp()
/f-stack/freebsd/sys/
H A Dvnode.h707 int vget_finish(struct vnode *vp, int flags, enum vgetstate vs);