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

Function vn_lock

lib/include/sys/vnode.h:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52#define VOP_ADVLOCK(a, b, c, d, e) (0)
53#define VOP_UNLOCK(a)
54static __inline int
55vn_lock(struct vnode *vp, int flags)
56{
57 return (0);
58}
59
60static __inline int
61vrefcnt(struct vnode *vp)

Callers 15

mount_snapshotFunction · 0.85
zfs_vop_fsyncFunction · 0.85
zfs_dd_callbackFunction · 0.85
zfs_lookup_lockFunction · 0.85
zfs_lookupFunction · 0.85
zfs_setattrFunction · 0.85
zfs_rename_relockFunction · 0.85
zfs_renameFunction · 0.85
zfs_vptocnpFunction · 0.85
zfs_znode_allocFunction · 0.85
zfs_unlinked_drainFunction · 0.85
zfs_purgedirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected