| /illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/ |
| H A D | canmount_001_pos.ksh | 74 log_must zfs set canmount=$old_ctr_canmount $TESTPOOL/$TESTCTR 76 log_must zfs set canmount=$old_fs_canmount $TESTPOOL/$TESTFS 87 old_fs_canmount=$(get_prop canmount $TESTPOOL/$TESTFS) 90 old_ctr_canmount=$(get_prop canmount $TESTPOOL/$TESTCTR)
|
| H A D | canmount_002_pos.ksh | 69 log_must zfs set canmount=${old_canmount[i]} $ds 115 old_canmount[i]=$(get_prop canmount $ds) 140 log_must zfs set canmount="${old_canmount[i]}" $dataset
|
| H A D | canmount_004_pos.ksh | 59 canmnt=$(get_prop canmount $CS_FS) 75 log_must zfs create -o canmount=noauto -o mountpoint=$oldmpt $CS_FS
|
| H A D | canmount_003_pos.ksh | 58 log_must zfs set canmount=${old_canmount[i]} $ds 96 old_canmount[i]=$(get_prop canmount $ds)
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/history/ |
| H A D | history_002_pos.ksh | 86 canmount off canmount on
|
| /illumos-gate/usr/src/lib/libshare/common/ |
| H A D | libshare_zfs.c | 279 char canmount[ZFS_MAXPROPLEN] = { 0 }; in verify_zfs_handle() local 303 if (zfs_prop_get(hdl, ZFS_PROP_CANMOUNT, canmount, in verify_zfs_handle() 304 sizeof (canmount), NULL, NULL, 0, B_FALSE) != 0 || in verify_zfs_handle() 305 strcmp(canmount, "off") == 0) in verify_zfs_handle() 1570 char canmount[ZFS_MAXPROPLEN]; in sa_zfs_get_info() local 1610 canmount[0] = '\0'; in sa_zfs_get_info() 1611 if (zfs_prop_get(cb.cb_handles[i], ZFS_PROP_CANMOUNT, canmount, in sa_zfs_get_info() 1612 sizeof (canmount), NULL, NULL, 0, B_FALSE) != 0 || in sa_zfs_get_info() 1613 strcmp(canmount, "off") == 0) in sa_zfs_get_info()
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_012_pos.ksh | 107 log_must zfs set canmount=off $pool/$TESTFS/$TESTCTR 108 log_must zfs set canmount=off $pool/$TESTFS/$TESTCTR/$TESTCTR1
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_inherit/ |
| H A D | zfs_inherit_001_neg.ksh | 57 set -A prop $props_str canmount
|
| /illumos-gate/usr/src/lib/brand/solaris10/zone/ |
| H A D | detach.ksh | 66 zfs set canmount=on $ACTIVE_DS >/dev/null 2>&1
|
| H A D | common.ksh | 237 zfs create -o canmount=noauto $ACTIVE_DS 240 zfs set canmount=noauto $ACTIVE_DS >/dev/null 2>&1
|
| H A D | clone.ksh | 105 zfs clone -o canmount=noauto $ACTIVE_SRC@$SNAPNAME $ACTIVE_DS
|
| H A D | attach.ksh | 190 zfs set canmount=noauto $ACTIVE_DS >/dev/null 2>&1
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/ |
| H A D | zfs_allow_012_neg.ksh | 59 recordsize mountpoint checksum compression canmount atime \
|
| H A D | zfs_allow_010_pos.ksh | 67 canmount true false \
|
| H A D | delegate_common.kshlib | 244 canmount)
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/ |
| H A D | zfs_get_002_pos.ksh | 53 snapdir aclmode aclinherit canmount primarycache secondarycache \
|
| H A D | zfs_get_009_pos.ksh | 54 zoned snapdir aclmode aclinherit canmount primarycache secondarycache \
|
| H A D | zfs_get_008_pos.ksh | 56 aclmode aclinherit canmount primarycache secondarycache \
|
| H A D | zfs_get_005_neg.ksh | 51 aclinherit canmount primarycache secondarycache \
|
| H A D | zfs_get_001_pos.ksh | 63 snapdir aclmode aclinherit canmount primarycache secondarycache \
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | misc.cfg | 59 # additional properties to worry about: canmount copies xattr zoned version
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.get_index_props.zcp | 44 props['canmount'] = {{'on', 'default'}, {nil, nil}}
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/ |
| H A D | inherit_001_pos.ksh | 63 log_must zfs set canmount=off $dataset
|
| /illumos-gate/usr/src/test/zfs-tests/include/ |
| H A D | properties.shlib | 35 'canmount' 'copies' 'logbias' 'primarycache' 'redundant_metadata'
|
| /illumos-gate/usr/src/cmd/zfs/ |
| H A D | zfs_main.c | 6218 uint64_t zoned, canmount; in share_mount_one() local 6309 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one() 6310 if (canmount == ZFS_CANMOUNT_OFF) { in share_mount_one() 6318 } else if (canmount == ZFS_CANMOUNT_NOAUTO && !explicit) { in share_mount_one()
|