Lines Matching refs:mounted
497 # BE is not mounted; make a temporary directory and fire
498 # up zfs mount with a temporary mount to get it mounted
595 # make sure root_ds is mounted, somewhere
602 mounted, mountpoint = benv["mounted"], benv["mountpoint"]
603 if mounted:
607 mounted, mountpoint = None, None
610 # We could assert that mounted and mountpoint are set here, but there's
613 if not mounted:
691 # If we'd mounted the pool's root dataset, be sure to unmount it.
704 # pybootmgmt needs the root dataset to be mounted so it can load the
706 # cannot be mounted, that's a fatal problem.
709 # mounted, and if so, where.
710 cmd = "/usr/sbin/zfs list -H -o name,mountpoint,mounted %s" % rpool
722 # If the pool's root dataset isn't mounted, mount it temporarily.
747 # XXX mounted filesystems at all costs