Lines Matching refs:mount
29 * they are used by mount and unmount and when changing a filesystem's
57 * mount/unmount and share/unshare all datasets within pool:
74 #include <sys/mount.h>
160 * directory at all, return true so that the mount can fail with a more
187 * Checks to see if the mount is active. If the filesystem is mounted, we fill
283 * See if there's a temporary mount point defined in the
284 * mount options.
339 * temporary) mount inherits its mountpoint from its
360 dgettext(TEXT_DOMAIN, "cannot mount '%s' on '%s'"),
365 * Don't mount parent datasets or check for a temp-mounted
372 * temporary mount in the global zone doesn't interfere
373 * with the mount in local zone.
390 "cannot mount '%s' on '%s'"),
402 * a mount on a non-empty directory).
414 * we're trying to mount, report an error and
415 * don't mount anything. We don't permit regular
431 "cannot mount '%s' on '%s'"),
442 /* temp mounts require that the mount point already exist */
448 dgettext(TEXT_DOMAIN, "cannot mount '%s' on '%s'"),
456 dgettext(TEXT_DOMAIN, "cannot mount '%s' on '%s'"),
463 * mount. We don't perform this check if MS_OVERLAY is specified, which
473 dgettext(TEXT_DOMAIN, "cannot mount '%s' on '%s'"),
478 * Check to see if this a shadow mount and adjust the mount options as
484 /* perform the mount */
485 if (mount(zfs_get_name(zhp), mountpoint, MS_OPTIONSTR | flags,
489 * from mount(), and they're well-understood. We pick a few
497 "Can't mount file system, FSID conflicts "
508 dgettext(TEXT_DOMAIN, "Can't mount a version %lld "
510 " upgraded to mount this file system."),
522 dgettext(TEXT_DOMAIN, "cannot mount '%s' on '%s'"),
537 * mount() only returns the values of properties that were requested.
611 * mount this filesystem and any children inheriting the mountpoint property.
1064 * we have the list of all filesystems, we iterate over them in order and mount
1101 * And mount all the datasets, keeping track of which ones succeeded or