Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1573
void
1574
vfs_op_exit(struct mount *mp)
1575
{
1576
1577
MNT_ILOCK(mp);
1578
vfs_op_exit_locked(mp);
1579
MNT_IUNLOCK(mp);
1580
}
1581
1582
struct vfs_op_barrier_ipi {
1583
struct mount *mp;
Callers
5
mount_snapshot
Function · 0.85
vfs_mountroot_devfs
Function · 0.85
vfs_write_resume
Function · 0.85
vfs_domount_first
Function · 0.85
vfs_domount_update
Function · 0.85
Calls
1
vfs_op_exit_locked
Function · 0.85
Tested by
no test coverage detected