Searched refs:unmounting (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1301 * Note, if 'unmounting' is FALSE, we return with the 'z_teardown_lock'
1305 zfsvfs_teardown(zfsvfs_t *zfsvfs, boolean_t unmounting) argument
1318 * If we're unmounting we have to wait for the list to
1321 * If we're not unmounting there's no guarantee the list
1334 if (++round > 1 && !unmounting)
1341 if (!unmounting) {
1364 * If we are not unmounting (ie: online recv) and someone already
1368 if (!unmounting && (zfsvfs->z_unmounted || zfsvfs->z_os == NULL)) {
1386 if (!unmounting) {
1400 * If we are unmounting, se
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1524 * Note, if 'unmounting' is FALSE, we return with the 'z_teardown_lock'
1528 zfsvfs_teardown(zfsvfs_t *zfsvfs, boolean_t unmounting) argument
1540 * If we're unmounting we have to wait for the list to
1543 * If we're not unmounting there's no guarantee the list
1556 if (++round > 1 && !unmounting)
1562 if (!unmounting) {
1590 * If we are not unmounting (ie: online recv) and someone already
1594 if (!unmounting && (zfsvfs->z_unmounted || zfsvfs->z_os == NULL)) {
1617 * If we are unmounting, set the unmounted flag and let new vops
1621 if (unmounting) {
[all...]

Completed in 171 milliseconds