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

Function vrefcnt

freebsd/sys/vnode.h:1014–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1012void vrefact(struct vnode *vp);
1013void v_addpollinfo(struct vnode *vp);
1014static __inline int
1015vrefcnt(struct vnode *vp)
1016{
1017
1018 return (vp->v_usecount);
1019}
1020
1021#define vholdl(vp) do { \
1022 ASSERT_VI_LOCKED(vp, __func__); \

Callers 3

zfsctl_mounted_hereFunction · 0.50
zfsctl_umount_snapshotsFunction · 0.50
mountcheckdirsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected