Home
last modified time | relevance | path

Searched refs:noauto (Results 1 – 17 of 17) sorted by relevance

/src/contrib/netbsd-tests/modules/
H A Dt_builtin.c85 ATF_TC(noauto);
86 ATF_TC_HEAD(noauto, tc) in ATF_TC_HEAD() argument
92 ATF_TC_BODY(noauto, tc) in ATF_TC_BODY() argument
188 ATF_TP_ADD_TC(tp, noauto); in ATF_TP_ADD_TCS()
/src/lib/libbe/tests/
H A Dbe_create.sh58 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 \
/src/usr.sbin/autofs/
H A Dauto_master6 #/- -noauto
/src/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c245 bool noauto = false; in line_worker() local
419 noauto = true; in line_worker()
520 noauto = true; in line_worker()
527 noauto = true; in line_worker()
540 if (!noauto) { in line_worker()
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_012_pos.ksh68 log_must zfs set canmount=noauto $dataset
/src/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dcanmount_004_pos.ksh87 log_must $ZFS create -o canmount=noauto -o mountpoint=$oldmpt $CS_FS
H A Dcanmount_003_pos.ksh58 $ZFS get 2>&1 | $GREP -w canmount | $GREP -w noauto >/dev/null 2>&1
H A Dcanmount_002_pos.ksh60 $ZFS get 2>&1 | $GREP -w canmount | $GREP -w noauto >/dev/null 2>&1
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dcanmount_004_pos.ksh76 log_must zfs create -o canmount=noauto -o mountpoint=$oldmpt $CS_FS
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pam/
H A Dpam_mount_recursively.ksh41 log_must zfs create -o canmount=noauto "$TESTPOOL/mrec/pam/${username}/deep/noauto"
/src/sbin/bectl/tests/
H A Dbectl_test.sh41 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 \
/src/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dproperties.shlib28 typeset -a canmount_prop_vals=('on' 'off' 'noauto')
/src/sys/contrib/openzfs/contrib/initramfs/
H A DREADME.md61 * The clone is created with `mountpoint=none` and `canmount=noauto`. The root
/src/release/tools/
H A Dvmimage.subr329 -o fs=zroot/ROOT/default\;mountpoint=/\;canmount=noauto \
/src/sys/contrib/openzfs/contrib/initramfs/scripts/
H A Dzfs348 # 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 keep
563 ZFS_CMD="${ZFS} clone -o canmount=noauto -o mountpoint=none"
/src/usr.sbin/makefs/tests/
H A Dmakefs_zfs_tests.sh634 -o fs=${ZFS_POOL_NAME}/dir1\;canmount=noauto\;mountpoint=none \
/src/libexec/rc/
H A Drc.subr2511 :*noauto*)
2512 noauto=yes
2515 noauto=no
2525 if [ "${type}" = "swap" -o "${options}" = "sw" -o "${noauto}" = "yes" ]; then