Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_hash.c90 error = vget_finish(vp, flags, vs); in vfs_hash_get()
172 error = vget_finish(vp2, flags, vs); in vfs_hash_insert()
H A Dvfs_cache.c1962 error = vget_finish(*vpp, cnp->cn_lkflags, vs); in cache_lookup_dotdot()
2078 error = vget_finish(*vpp, cnp->cn_lkflags, vs); in cache_lookup_fallback()
2183 error = vget_finish(*vpp, cnp->cn_lkflags, vs); in cache_lookup()
3827 if (vget_finish(ddvp, LK_SHARED | LK_NOWAIT, vs)) in vn_dir_dd_ino()
4643 error = vget_finish(tvp, lkflags, tvs); in cache_fplookup_final_child()
4888 error = vget_finish(dvp, LK_EXCLUSIVE, dvs); in cache_fplookup_final_withparent()
5007 error = vget_finish(dvp, lkflags, dvs); in cache_fplookup_degenerate()
5052 error = vget_finish(tvp, lkflags, tvs); in cache_fplookup_emptypath()
H A Dvfs_subr.c3282 return (vget_finish(vp, flags, vs)); in vget()
3286 vget_finish(struct vnode *vp, int flags, enum vgetstate vs) in vget_finish() function
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vncache.c139 if (vget_finish(vp, LK_EXCLUSIVE, vs) == 0) { in pfs_vncache_alloc()
222 if (vget_finish(vp, LK_EXCLUSIVE, vs) == 0) { in pfs_vncache_alloc()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c168 if (vget_finish(vp, LK_EXCLUSIVE, vgs) != 0) in fdesc_allocvp()
224 error = vget_finish(vp2, LK_EXCLUSIVE, vgs); in fdesc_allocvp()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c553 vget_finish(vp, lockmode | LK_RETRY, vs); in devfs_allocv()
1666 if (vget_finish(vp2, LK_EXCLUSIVE, vs) != 0) in devfs_revoke()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c1246 vget_finish(vp, locked | LK_RETRY, vs); in zfsctl_snapshot_vptocnp()
H A Dzfs_vnops_os.c6156 error = vget_finish(covered_vp, LK_SHARED, vs); in zfs_vptocnp()
/freebsd/sys/sys/
H A Dvnode.h737 int vget_finish(struct vnode *vp, int flags, enum vgetstate vs);
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c1018 error = vget_finish(vp, lkflag, vs); in tmpfs_alloc_vp()