Home
last modified time | relevance | path

Searched refs:zfsutil (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/mount_zfs/
H A Dmount_zfs.c144 int sloppy = 0, fake = 0, verbose = 0, nomtab = 0, zfsutil = 0; in main() local
246 zfsutil = 1; in main()
297 if (zfsutil && (strcmp(prop, ZFS_MOUNTPOINT_LEGACY) == 0)) { in main()
306 if (!zfsutil && !(remount || fake) && in main()
/f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-generator.sh.in32 *,zfsutil,*) ;;
33 ,,) rootflags=zfsutil ;;
H A Dzfs-lib.sh.in84 mount -o zfsutil -t zfs "${dataset}" "${NEWROOT}"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_multi_mount.ksh83 log_must mount -t zfs -o zfsutil $TESTDS $MNTPFS2
91 log_must mount -t zfs -o zfsutil $TESTDS $MNTPFS3
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/upgrade/
H A Dupgrade_readonly_pool.ksh61 log_must mount -t zfs -o zfsutil $TESTPOOL $TESTDIR
/f-stack/freebsd/contrib/openzfs/contrib/dracut/
H A DREADME.dracut.markdown183 is mounted on `$NEWROOT`, first using the `-o zfsutil` option to handle
184 non-legacy mounts, then if that fails, without zfsutil to handle legacy
194 first with, then without the zfsutil option as above.