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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1014 zfsvfs_setup(zfsvfs_t *zfsvfs, boolean_t mounting) argument
1025 * If we are not mounting (ie: online recv), then we don't
1029 if (mounting) {
1370 * Get the label of the mountpoint. If mounting into the global
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c670 boolean_t mounting = needoptcheck != NULL; local
679 if (mounting)
687 * When operating on an existing mount (either we're not mounting
691 if (!mounting || (vfsp->vfs_flag & VFS_REMOUNT) != 0) {
700 if (mounting)

Completed in 71 milliseconds