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

Function vfs_op_barrier_wait

freebsd/kern/vfs_mount.c:1615–1628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1613}
1614
1615void
1616vfs_op_barrier_wait(struct mount *mp)
1617{
1618 struct vfs_op_barrier_ipi vfsopipi;
1619
1620 vfsopipi.mp = mp;
1621
1622 smp_rendezvous_cpus_retry(all_cpus,
1623 smp_no_rendezvous_barrier,
1624 vfs_op_action_func,
1625 smp_no_rendezvous_barrier,
1626 vfs_op_wait_func,
1627 &vfsopipi.srcra);
1628}
1629
1630#ifdef DIAGNOSTIC
1631void

Callers 2

vfs_cache_root_fallbackFunction · 0.85
vfs_op_enterFunction · 0.85

Calls 1

Tested by

no test coverage detected