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

Function vfs_op_exit

freebsd/kern/vfs_mount.c:1573–1580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1571}
1572
1573void
1574vfs_op_exit(struct mount *mp)
1575{
1576
1577 MNT_ILOCK(mp);
1578 vfs_op_exit_locked(mp);
1579 MNT_IUNLOCK(mp);
1580}
1581
1582struct vfs_op_barrier_ipi {
1583 struct mount *mp;

Callers 5

mount_snapshotFunction · 0.85
vfs_mountroot_devfsFunction · 0.85
vfs_write_resumeFunction · 0.85
vfs_domount_firstFunction · 0.85
vfs_domount_updateFunction · 0.85

Calls 1

vfs_op_exit_lockedFunction · 0.85

Tested by

no test coverage detected