Home
last modified time | relevance | path

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

/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dcanmount_001_pos.ksh70 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 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.ksh55 canmnt=$(get_prop canmount $CS_FS)
71 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)
/titanic_44/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c280 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 Dhistory_002_pos.ksh86 canmount off canmount on
/titanic_44/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
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_inherit/
H A Dzfs_inherit_001_neg.ksh53 set -A prop $props_str canmount
/titanic_44/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
/titanic_44/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.ksh66 canmount true false \
H A Ddelegate_common.kshlib246 canmount)
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh49 snapdir aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_009_pos.ksh50 zoned snapdir aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_008_pos.ksh52 aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_001_pos.ksh58 snapdir aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_005_neg.ksh47 aclinherit canmount primarycache secondarycache \
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg59 # additional properties to worry about: canmount copies xattr zoned version
/titanic_44/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh62 log_must $ZFS set canmount=off $dataset
/titanic_44/usr/src/cmd/zfs/
H A Dzfs_main.c751 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 Dlibtest.shlib151 log_must $ZFS set canmount=off $TESTPOOL/$TESTCTR