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

Function vget

freebsd/kern/vfs_subr.c:2952–2959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2950}
2951
2952int
2953vget(struct vnode *vp, int flags)
2954{
2955 enum vgetstate vs;
2956
2957 vs = vget_prep(vp);
2958 return (vget_finish(vp, flags, vs));
2959}
2960
2961int
2962vget_finish(struct vnode *vp, int flags, enum vgetstate vs)

Callers 8

zfs_vptocnpFunction · 0.85
zfsctl_snapshot_vptocnpFunction · 0.85
mqfs_allocvFunction · 0.85
vfs_stdsyncFunction · 0.85
vm_mmap_vnodeFunction · 0.85
vm_fault_lock_vnodeFunction · 0.85
vm_pageout_cleanFunction · 0.85

Calls 2

vget_prepFunction · 0.85
vget_finishFunction · 0.85

Tested by

no test coverage detected