Searched refs:noauto (Results 1 – 17 of 17) sorted by relevance
85 ATF_TC(noauto);86 ATF_TC_HEAD(noauto, tc) in ATF_TC_HEAD() argument92 ATF_TC_BODY(noauto, tc) in ATF_TC_BODY() argument188 ATF_TP_ADD_TC(tp, noauto); in ATF_TP_ADD_TCS()
58 atf_check zfs create -o mountpoint=/ -o canmount=noauto \60 atf_check zfs create -o mountpoint=/usr -o canmount=noauto \62 atf_check zfs create -o mountpoint=/usr/obj -o canmount=noauto \115 atf_check zfs create -o mountpoint=/usr/src -o canmount=noauto \
6 #/- -noauto
245 bool noauto = false; in line_worker() local419 noauto = true; in line_worker()520 noauto = true; in line_worker()527 noauto = true; in line_worker()540 if (!noauto) { in line_worker()
68 log_must zfs set canmount=noauto $dataset
87 log_must $ZFS create -o canmount=noauto -o mountpoint=$oldmpt $CS_FS
58 $ZFS get 2>&1 | $GREP -w canmount | $GREP -w noauto >/dev/null 2>&1
60 $ZFS get 2>&1 | $GREP -w canmount | $GREP -w noauto >/dev/null 2>&1
76 log_must zfs create -o canmount=noauto -o mountpoint=$oldmpt $CS_FS
41 log_must zfs create -o canmount=noauto "$TESTPOOL/mrec/pam/${username}/deep/noauto"
41 atf_check zfs create -o mountpoint=/ -o canmount=noauto \57 atf_check zfs create -o mountpoint=/usr -o canmount=noauto \99 atf_check zfs create -o mountpoint=/usr -o canmount=noauto \
28 typeset -a canmount_prop_vals=('on' 'off' 'noauto')
61 * The clone is created with `mountpoint=none` and `canmount=noauto`. The root
329 -o fs=zroot/ROOT/default\;mountpoint=/\;canmount=noauto \
348 # Note: Filesystem must have either `canmount=on` or `canmount=noauto`.351 # Therefor we need to mount even those that have `canmount=noauto`.546 # Set 'canmount=noauto' and 'mountpoint=none' so that we get to keep563 ZFS_CMD="${ZFS} clone -o canmount=noauto -o mountpoint=none"
634 -o fs=${ZFS_POOL_NAME}/dir1\;canmount=noauto\;mountpoint=none \
2511 :*noauto*)2512 noauto=yes2515 noauto=no2525 if [ "${type}" = "swap" -o "${options}" = "sw" -o "${noauto}" = "yes" ]; then