Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/openzfs/tests/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_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_002_pos.ksh71 log_must zfs set canmount=${old_canmount[i]} $ds
118 old_canmount[i]=$(get_prop canmount $ds)
151 log_must zfs set canmount="${old_canmount[i]}" $dataset
H A Dcanmount_003_pos.ksh58 log_must zfs set canmount=${old_canmount[i]} $ds
96 old_canmount[i]=$(get_prop canmount $ds)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/limits/
H A Dfilesystem_limit.ksh92 log_must user_run $STAFF1 zfs create -o canmount=off "$DATASET_TEST/create"
93 log_mustnot user_run $STAFF1 zfs create -o canmount=off "$DATASET_TEST/create_exceed"
97 log_must user_run $STAFF1 zfs clone -o canmount=off "$DATASET_TEST/create@snap" "$DATASET_TEST/clon…
98 log_mustnot user_run $STAFF1 zfs clone -o canmount=off "$DATASET_TEST/create@snap" "$DATASET_TEST/c…
104 log_must user_run $STAFF1 zfs create -o canmount=off "$DATASET_TEST/create_notenforced_user"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh86 canmount off canmount on
114 canmount off canmount on
142 canmount off canmount on
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_012_neg.ksh60 recordsize mountpoint checksum compression canmount atime \
66 recordsize mountpoint checksum compression canmount atime \
72 recordsize mountpoint checksum compression canmount atime \
H A Dzfs_allow_010_pos.ksh113 canmount true false \
145 canmount true false \
H A Ddelegate_common.kshlib246 canmount)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_012_pos.ksh51 zfs set canmount=on $dataset
67 log_must zfs set canmount=noauto $dataset
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_inherit/
H A Dzfs_inherit_001_neg.ksh57 set -A prop $props_str canmount
/f-stack/freebsd/contrib/openzfs/tests/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
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A Dhistory_event-zfs-list-cacher.sh.in49 canmount|mountpoint|atime|relatime|devices|exec|readonly| \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh53 snapdir aclinherit canmount primarycache secondarycache version \
H A Dzfs_get_008_pos.ksh56 aclinherit canmount primarycache secondarycache \
H A Dzfs_get_009_pos.ksh58 snapdir aclinherit canmount primarycache secondarycache \
H A Dzfs_get_001_pos.ksh62 snapdir aclinherit canmount primarycache secondarycache version \
H A Dzfs_get_005_neg.ksh51 aclinherit canmount primarycache secondarycache \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_test_race.ksh85 log_must zfs set canmount=off $TESTPOOL2
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp53 props['canmount'] = {{'on', 'default'}, {nil, nil}}
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh62 log_must zfs set canmount=off $dataset
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg111 # additional properties to worry about: canmount copies xattr zoned version
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dproperties.shlib36 'canmount' 'copies' 'logbias' 'primarycache' 'redundant_metadata'
/f-stack/freebsd/contrib/openzfs/contrib/initramfs/
H A DREADME.initramfs.markdown61 * The clone is created with `mountpoint=none` and `canmount=noauto`. The root
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6670 uint64_t zoned, canmount; in share_mount_one() local
6761 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one()
6762 if (canmount == ZFS_CANMOUNT_OFF) { in share_mount_one()
6770 } else if (canmount == ZFS_CANMOUNT_NOAUTO && !explicit) { in share_mount_one()

12