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

Function vn_seqc_write_begin

freebsd/kern/vfs_subr.c:6856–6863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6854}
6855
6856void
6857vn_seqc_write_begin(struct vnode *vp)
6858{
6859
6860 VI_LOCK(vp);
6861 vn_seqc_write_begin_locked(vp);
6862 VI_UNLOCK(vp);
6863}
6864
6865void
6866vn_seqc_write_begin_unheld(struct vnode *vp)

Callers 15

mount_snapshotFunction · 0.85
zfs_rename_Function · 0.85
zfs_replay_setattrFunction · 0.85
vop_create_preFunction · 0.85
vop_whiteout_preFunction · 0.85
vop_deleteextattr_preFunction · 0.85
vop_link_preFunction · 0.85
vop_mkdir_preFunction · 0.85
vop_mknod_preFunction · 0.85
vop_remove_preFunction · 0.85
vop_rmdir_preFunction · 0.85
vop_setattr_preFunction · 0.85

Calls 1

Tested by

no test coverage detected