Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dcanmount_001_pos.ksh74 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 Dcanmount_002_pos.ksh69 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 Dcanmount_004_pos.ksh59 canmnt=$(get_prop canmount $CS_FS)
75 log_must zfs create -o canmount=noauto -o mountpoint=$oldmpt $CS_FS
H A Dcanmount_003_pos.ksh58 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 Dhistory_002_pos.ksh86 canmount off canmount on
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c279 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 Dzpool_import_012_pos.ksh107 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 Dzfs_inherit_001_neg.ksh57 set -A prop $props_str canmount
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Ddetach.ksh66 zfs set canmount=on $ACTIVE_DS >/dev/null 2>&1
H A Dcommon.ksh237 zfs create -o canmount=noauto $ACTIVE_DS
240 zfs set canmount=noauto $ACTIVE_DS >/dev/null 2>&1
H A Dclone.ksh105 zfs clone -o canmount=noauto $ACTIVE_SRC@$SNAPNAME $ACTIVE_DS
H A Dattach.ksh190 zfs set canmount=noauto $ACTIVE_DS >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_012_neg.ksh59 recordsize mountpoint checksum compression canmount atime \
H A Dzfs_allow_010_pos.ksh67 canmount true false \
H A Ddelegate_common.kshlib244 canmount)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh53 snapdir aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_009_pos.ksh54 zoned snapdir aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_008_pos.ksh56 aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_005_neg.ksh51 aclinherit canmount primarycache secondarycache \
H A Dzfs_get_001_pos.ksh63 snapdir aclmode aclinherit canmount primarycache secondarycache \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg59 # 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 Dtst.get_index_props.zcp44 props['canmount'] = {{'on', 'default'}, {nil, nil}}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh63 log_must zfs set canmount=off $dataset
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dproperties.shlib35 'canmount' 'copies' 'logbias' 'primarycache' 'redundant_metadata'
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6218 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()

12