Searched refs:newfs (Results 1 - 25 of 490) sorted by relevance

1234567891011>>

/freebsd-current/tools/bsdbox/
H A DMakefile.fs6 CRUNCH_PROGS_sbin+= mdmfs mdconfig newfs
/freebsd-current/sbin/newfs/
H A DMakefile5 PROG= newfs
7 SRCS= newfs.c mkfs.c geom_bsd_enc.c
10 MAN= newfs.8
H A Druntest01.sh14 ./newfs -R /dev/md${MD}c
15 ./newfs -R /dev/md${ME}c
H A Druntest00.sh13 ./newfs -R /dev/md${MD}c
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rootpool/
H A Drootpool_003_neg.ksh43 # 3) try to rename the rootfs to some newfs, which should fail.
55 log_mustnot zfs rename $rootfs $rootpool/newfs
56 log_mustnot zfs rename -f $rootfs $rootpool/newfs
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_realloc_encrypted_files.ksh49 destroy_dataset $POOL/newfs "-rR"
65 log_must eval "zfs recv $POOL/newfs < $BACKDIR/fs@snap${last_snap}"
67 # Set atime=off to prevent the recursive_cksum from modifying newfs.
68 log_must zfs set atime=off $POOL/newfs
101 log_must eval "zfs recv -Fu $POOL/newfs < $BACKDIR/fs@snap${this_snap}"
103 log_must zfs load-key $POOL/newfs
104 log_must zfs mount $POOL/newfs
105 actual_cksum=$(recursive_cksum /$POOL/newfs)
106 log_must zfs umount $POOL/newfs
107 log_must zfs unload-key $POOL/newfs
[all...]
H A Dsend_doall.ksh28 # 3) Receive the file to newfs to test if the stream is properly handled.
39 destroy_dataset $POOL/newfs "-rR"
55 log_must eval "zfs recv $POOL/newfs < $BACKDIR/fs@snap3"
57 log_mustnot datasetexists $POOL/newfs/child
H A Dsend_realloc_files.ksh47 destroy_dataset $POOL/newfs "-rR"
57 log_must eval "zfs recv $POOL/newfs < $BACKDIR/fs@snap${last_snap}"
59 # Set atime=off to prevent the recursive_cksum from modifying newfs.
60 log_must zfs set atime=off $POOL/newfs
93 log_must eval "zfs recv $POOL/newfs < $BACKDIR/fs@snap${this_snap}"
94 actual_cksum=$(recursive_cksum /$POOL/newfs)
103 log_must zfs destroy $POOL/newfs@snap${last_snap}
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename.kshlib88 typeset newfs=${dataset[i]}-new
90 typeset mntp=$(get_prop mountpoint $newfs)
91 log_must $ZFS destroy -f $newfs
/freebsd-current/contrib/netbsd-tests/sbin/newfs/
H A Dquotas_common.sh39 atf_check -o ignore -e ignore newfs ${op} \
/freebsd-current/contrib/pjdfstest/tests/mkdir/
H A D11.t19 newfs /dev/md${n} >/dev/null || exit
/freebsd-current/contrib/pjdfstest/tests/mkfifo/
H A D11.t19 newfs /dev/md${n} >/dev/null || exit
/freebsd-current/contrib/pjdfstest/tests/open/
H A D19.t19 newfs /dev/md${n} >/dev/null || exit
/freebsd-current/contrib/pjdfstest/tests/rmdir/
H A D13.t18 newfs /dev/md${n} >/dev/null || exit
/freebsd-current/contrib/pjdfstest/tests/symlink/
H A D11.t19 newfs /dev/md${n} >/dev/null || exit
/freebsd-current/tools/test/stress2/misc/
H A Dgeomleak.sh41 newfs $newfs_flags /dev/md$mdstart > /dev/null 2>&1
H A Dmd5.sh43 newfs $newfs_flags /dev/md$mdstart > /dev/null
H A Dtrim5.sh40 newfs $newfs_flags -t md$mdstart > /dev/null
H A Dsuj24.sh43 newfs -j md$mdstart > /dev/null
H A Dtruncate6.sh42 newfs -n $newfs_flags md$mdstart > /dev/null
44 newfs -n md$mdstart > /dev/null
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dpartedit.h49 char *newfs; /* shell command to initialize partition */ member in struct:partition_metadata
78 const char *type, const char *mountpoint, const char *newfs);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename.kshlib96 typeset newfs=${dataset[i]}-new
98 typeset mntp=$(get_prop mountpoint $newfs)
99 log_must zfs destroy -f $newfs
/freebsd-current/contrib/netbsd-tests/dev/fss/
H A Dt_fss.sh47 newfs /dev/vnd0a
/freebsd-current/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dquotas_common.sh10 atf_check -o ignore -e ignore newfs -B ${endian} -O ${vers} \
/freebsd-current/contrib/netbsd-tests/sbin/resize_ffs/
H A Dt_check.sh41 atf_check -o ignore -e ignore newfs -V1 -s 6144 -F ${IMG}

Completed in 229 milliseconds

1234567891011>>