Lines Matching refs:mount
31 * ZFS supports native integration with the 'shadow' mount property used to
46 * ZFS will then automatically mount this filesystem locally using the
52 * This file handles mounting and unmounting this transient mount before it is
64 #include <sys/mount.h>
70 #define MOUNT_COMMAND "/usr/sbin/mount"
109 * Don't accept a path within our shadow mount directory.
111 * the way to the shadow mount directory.
175 * We never want to hang trying to mount the underlying source,
247 /* strip any 'shadow=standby' from a mount that doesn't need it */
309 * Ideally, we'd just like to call mount(2) here, but the mount(1m)
316 * mount -F <mnttype> -O -o ro <arg> <path>
318 * We always specify an overlay mount just in case
319 * there is a stale mount there, or someone happens to
326 argv[0] = "mount";
338 zfs_error_aux(hdl, "mount(1m) command failed");
341 dgettext(TEXT_DOMAIN, "failed to mount shadow directory")));
395 (void) mount(zfs_get_name(zhp), mountpoint, MS_REMOUNT, MNTTYPE_ZFS,