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

Function vgone

freebsd/kern/vfs_subr.c:3856–3862  ·  view source on GitHub ↗

* Eliminate all activity associated with a vnode * in preparation for reuse. */

Source from the content-addressed store, hash-verified

3854 * in preparation for reuse.
3855 */
3856void
3857vgone(struct vnode *vp)
3858{
3859 VI_LOCK(vp);
3860 vgonel(vp);
3861 VI_UNLOCK(vp);
3862}
3863
3864static void
3865notify_lowervp_vfs_dummy(struct mount *mp __unused,

Callers 9

zfs_vnode_forgetFunction · 0.85
mqfs_allocvFunction · 0.85
sysctl_try_reclaim_vnodeFunction · 0.85
insmntque_stddtrFunction · 0.85
vflushFunction · 0.85
vfs_allocate_syncvnodeFunction · 0.85
sync_inactiveFunction · 0.85
vfs_hash_insertFunction · 0.85

Calls 1

vgonelFunction · 0.85

Tested by

no test coverage detected