MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vref

Function vref

freebsd/kern/vfs_subr.c:3015–3023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3013}
3014
3015void
3016vref(struct vnode *vp)
3017{
3018 enum vgetstate vs;
3019
3020 CTR2(KTR_VFS, "%s: vp %p", __func__, vp);
3021 vs = vget_prep(vp);
3022 vget_finish_ref(vp, vs);
3023}
3024
3025void
3026vrefact(struct vnode *vp)

Callers 15

kern_jail_setFunction · 0.70
sysctl_kern_proc_ovmmapFunction · 0.70
kern_proc_vmmap_outFunction · 0.70
vfs_mountrootFunction · 0.70
vn_open_vnodeFunction · 0.70
vn_fill_kinfoFunction · 0.70
vop_stdvptocnpFunction · 0.70
lf_advlockasyncFunction · 0.70
lf_splitFunction · 0.70
lf_iteratelocks_sysidFunction · 0.70
lf_iteratelocks_vnodeFunction · 0.70

Calls 2

vget_prepFunction · 0.85
vget_finish_refFunction · 0.85

Tested by

no test coverage detected