Home
last modified time | relevance | path

Searched refs:canmount (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/beadm-devel/beadm-2665f52786a12aadbe8984731b8a64d1249692f4/
H A Dbeadm563 zfs set canmount=noauto ${POOL}/${BEDS}/${2}
605 zfs set canmount=noauto ${NAME}
617 zfs set canmount=${ZFSBE_CANMOUNT} ${NAME}
/dports/sysutils/p5-App-ZFSCurses/App-ZFSCurses-1.212/lib/App/ZFSCurses/
H A DWidgetFactory.pm255 canmount%on,off,noauto
H A DText.pm360 canmount%If this property is set to off, the file system cannot be mounted, and is ignored by "zfs …
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c608 int canmount; in zfs_do_create() local
756 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in zfs_do_create()
764 if (canmount == ZFS_CANMOUNT_ON) { in zfs_do_create()
3015 uint64_t zoned, canmount; in share_mount_one() local
3108 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one()
3109 if (canmount == ZFS_CANMOUNT_OFF) { in share_mount_one()
3117 } else if (canmount == ZFS_CANMOUNT_NOAUTO && !explicit) { in share_mount_one()
/dports/shells/fish/fish-3.3.1/share/functions/
H A D__fish_complete_zfs_rw_properties.fish18 echo -e "canmount\tIs the dataset mountable (on, off, noauto)"
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_zpool56 "canmount:value:(on off noauto)"
H A D_zfs149 "canmount:value:(on off noauto)"
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_zfs.py1079 self.assertEqual(res, zfs.set("myzpool/mydataset", canmount="lz4"))
/dports/sysutils/py-focker/focker-ce2108e3/
H A DREADME.md81 `images`, `jails`, and `volumes` have corresponding ZFS datasets with `canmount=off` so that they s…
/dports/misc/mc/mc-4.8.27/misc/syntax/
H A Dpuppet.syntax94 keyword whole canmount magenta
/dports/misc/mc-nox11/mc-4.8.27/misc/syntax/
H A Dpuppet.syntax94 keyword whole canmount magenta
/dports/sysutils/py-zfs-autobackup/zfs_autobackup-3.1/
H A DPKG-INFO590 --clear-mountpoint Set property canmount=noauto for new datasets.
592 properties canmount=noauto)
H A DREADME.md582 --clear-mountpoint Set property canmount=noauto for new datasets.
584 properties canmount=noauto)
/dports/sysutils/py-zfs-autobackup/zfs_autobackup-3.1/zfs_autobackup.egg-info/
H A DPKG-INFO590 --clear-mountpoint Set property canmount=noauto for new datasets.
592 properties canmount=noauto)
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dzfs.fish130 echo -e "canmount\tIs the dataset mountable (on, off, noauto)"