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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1732 * Note, if 'unmounting' is FALSE, we return with the 'z_teardown_lock'
1736 zfsvfs_teardown(zfsvfs_t *zfsvfs, boolean_t unmounting) argument
1742 if (!unmounting) {
1764 * If we are not unmounting (ie: online recv) and someone already
1768 if (!unmounting && (zfsvfs->z_unmounted || zfsvfs->z_os == NULL)) {
1791 * If we are unmounting, set the unmounted flag and let new vops
1795 if (unmounting) {
1849 * Unmount any snapshots mounted under .zfs before unmounting the

Completed in 49 milliseconds