Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6856
void
6857
vn_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
6865
void
6866
vn_seqc_write_begin_unheld(struct vnode *vp)
Callers
15
mount_snapshot
Function · 0.85
zfs_rename_
Function · 0.85
zfs_replay_setattr
Function · 0.85
vop_create_pre
Function · 0.85
vop_whiteout_pre
Function · 0.85
vop_deleteextattr_pre
Function · 0.85
vop_link_pre
Function · 0.85
vop_mkdir_pre
Function · 0.85
vop_mknod_pre
Function · 0.85
vop_remove_pre
Function · 0.85
vop_rmdir_pre
Function · 0.85
vop_setattr_pre
Function · 0.85
Calls
1
vn_seqc_write_begin_locked
Function · 0.85
Tested by
no test coverage detected