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

Function vn_seqc_write_end

freebsd/kern/vfs_subr.c:6885–6892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6883}
6884
6885void
6886vn_seqc_write_end(struct vnode *vp)
6887{
6888
6889 VI_LOCK(vp);
6890 vn_seqc_write_end_locked(vp);
6891 VI_UNLOCK(vp);
6892}
6893
6894/*
6895 * Special case handling for allocating and freeing vnodes.

Callers 15

mount_snapshotFunction · 0.85
zfs_rename_Function · 0.85
zfs_replay_setattrFunction · 0.85
vop_create_postFunction · 0.85
vop_whiteout_postFunction · 0.85
vop_deleteextattr_postFunction · 0.85
vop_link_postFunction · 0.85
vop_mkdir_postFunction · 0.85
vop_mknod_postFunction · 0.85
vop_remove_postFunction · 0.85
vop_rmdir_postFunction · 0.85
vop_setattr_postFunction · 0.85

Calls 1

vn_seqc_write_end_lockedFunction · 0.85

Tested by

no test coverage detected