Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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 \
/freebsd/tools/tools/nanobsd/rescue/
H A Dcommon83 echo "/dev/${NANO_DRIVE}s3 /cfg ufs rw,noauto 2 2" >> etc/fstab
85 echo "ports:/usr/ports /usr/ports nfs rw,noauto,noatime,bg,soft,intr,nfsv3 0 0" >> etc/fstab
86 # echo "/dev/ad1s1a /scratch ufs rw,noauto,noatime 0 0" >> etc/fstab
112 echo "ports:/usr/ports /usr/ports nfs rw,noauto,noatime,bg,soft,intr,nfsv3 0 0" >> etc/fstab
113 # echo "/dev/ad1s1a /scratch ufs rw,noauto,noatime 0 0" >> etc/fstab
/freebsd/usr.sbin/autofs/
H A Dauto_master6 #/- -noauto
/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c244 bool noauto = false; in line_worker() local
418 noauto = true; in line_worker()
519 noauto = true; in line_worker()
526 noauto = true; in line_worker()
539 if (!noauto) { in line_worker()
/freebsd/libexec/rc/rc.d/
H A Dgbde
/freebsd/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
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dcanmount_004_pos.ksh75 log_must zfs create -o canmount=noauto -o mountpoint=$oldmpt $CS_FS
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_012_pos.ksh67 log_must zfs set canmount=noauto $dataset
/freebsd/sbin/bectl/tests/
H A Dbectl_test.sh62 atf_check zfs create -o mountpoint=/ -o canmount=noauto \
78 atf_check zfs create -o mountpoint=/usr -o canmount=noauto \
120 atf_check zfs create -o mountpoint=/usr -o canmount=noauto \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dproperties.shlib27 typeset -a canmount_prop_vals=('on' 'off' 'noauto')
/freebsd/sys/contrib/openzfs/contrib/initramfs/
H A DREADME.md61 * The clone is created with `mountpoint=none` and `canmount=noauto`. The root
/freebsd/usr.sbin/makefs/tests/
H A Dmakefs_zfs_tests.sh513 -o fs=${ZFS_POOL_NAME}/dir1\;canmount=noauto\;mountpoint=none \
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/
H A Dzfs500 # Set 'canmount=noauto' and 'mountpoint=none' so that we get to keep
516 ZFS_CMD="${ZFS} clone -o canmount=noauto -o mountpoint=none"
/freebsd/libexec/rc/
H A Drc.subr2457 :*noauto*)
2458 noauto=yes
2461 noauto=no
2471 if [ "${type}" = "swap" -o "${options}" = "sw" -o "${noauto}" = "yes" ]; then