Searched refs:canmount (Results 1 – 2 of 2) sorted by relevance
5852 uint64_t zoned, canmount; in share_mount_one() local5943 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one()5944 if (canmount == ZFS_CANMOUNT_OFF) { in share_mount_one()5952 } else if (canmount == ZFS_CANMOUNT_NOAUTO && !explicit) { in share_mount_one()
235 case "$( zfs get -H -o value canmount $_dataset )" in