/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | canmount_001_pos.ksh | 70 log_must $ZFS set canmount=$old_ctr_canmount $TESTPOOL/$TESTCTR 72 log_must $ZFS set canmount=$old_fs_canmount $TESTPOOL/$TESTFS 83 old_fs_canmount=$(get_prop canmount $TESTPOOL/$TESTFS) 86 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 | 55 canmnt=$(get_prop canmount $CS_FS) 71 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)
|
/titanic_44/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 280 char canmount[ZFS_MAXPROPLEN]; in get_zfs_dataset() local 308 canmount[0] = '\0'; in get_zfs_dataset() 309 if (zfs_prop_get(zlist[i], ZFS_PROP_CANMOUNT, canmount, in get_zfs_dataset() 310 sizeof (canmount), NULL, NULL, 0, B_FALSE) != 0 || in get_zfs_dataset() 311 strcmp(canmount, "off") == 0) in get_zfs_dataset() 1394 char canmount[ZFS_MAXPROPLEN]; in sa_zfs_get_info() local 1434 canmount[0] = '\0'; in sa_zfs_get_info() 1435 if (zfs_prop_get(cb.cb_handles[i], ZFS_PROP_CANMOUNT, canmount, in sa_zfs_get_info() 1436 sizeof (canmount), NULL, NULL, 0, B_FALSE) != 0 || in sa_zfs_get_info() 1437 strcmp(canmount, "off") == 0) in sa_zfs_get_info()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_002_pos.ksh | 86 canmount off canmount on
|
/titanic_44/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
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_inherit/ |
H A D | zfs_inherit_001_neg.ksh | 53 set -A prop $props_str canmount
|
/titanic_44/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
|
/titanic_44/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 | 66 canmount true false \
|
H A D | delegate_common.kshlib | 246 canmount)
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/ |
H A D | zfs_get_002_pos.ksh | 49 snapdir aclmode aclinherit canmount primarycache secondarycache \
|
H A D | zfs_get_009_pos.ksh | 50 zoned snapdir aclmode aclinherit canmount primarycache secondarycache \
|
H A D | zfs_get_008_pos.ksh | 52 aclmode aclinherit canmount primarycache secondarycache \
|
H A D | zfs_get_001_pos.ksh | 58 snapdir aclmode aclinherit canmount primarycache secondarycache \
|
H A D | zfs_get_005_neg.ksh | 47 aclinherit canmount primarycache secondarycache \
|
/titanic_44/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
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/inheritance/ |
H A D | inherit_001_pos.ksh | 62 log_must $ZFS set canmount=off $dataset
|
/titanic_44/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 751 int canmount = ZFS_CANMOUNT_OFF; in zfs_do_create() local 898 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in zfs_do_create() 905 if (canmount == ZFS_CANMOUNT_ON) { in zfs_do_create() 5742 uint64_t zoned, canmount; in share_mount_one() local 5833 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one() 5834 if (canmount == ZFS_CANMOUNT_OFF) { in share_mount_one() 5842 } else if (canmount == ZFS_CANMOUNT_NOAUTO && !explicit) { in share_mount_one()
|
/titanic_44/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 151 log_must $ZFS set canmount=off $TESTPOOL/$TESTCTR
|