Lines Matching +full:eq +full:- +full:level
4 # SPDX-License-Identifier: BSD-2-Clause
30 # "mkdir: mkdir(d2), level 2. mkdir.c:96: No such file or directory" seen
33 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
37 # mount -t cd9660 -o ro /dev/cd0 /usr/src
38 # mount -t unionfs -o noatime /var/obj /usr/src
44 mkdir -p $mp1 $mp2
45 set -e
47 mount | grep -q "on $i " && umount -f $i
50 mdconfig -l | grep -q md$i && mdconfig -d -u $i
53 mdconfig -a -t swap -s 2g -u $md1
54 mdconfig -a -t swap -s 2g -u $md2
55 [ "$newfs_flags" = "-U" ] &&
56 newfs_flags="-j" # "out of inodes" work around
57 newfs $newfs_flags -n md$md1 > /dev/null
58 newfs $newfs_flags -n md$md2 > /dev/null
62 mount -t unionfs -o noatime $mp1 $mp2
64 mount | grep -E "$mp1|$mp2"
72 while mount | grep -Eq "on $mp2 .*unionfs"; do
77 n=`find $mp1/stressX | wc -l`
78 [ $n -eq 1 ] && s=0 || { find $mp1/stressX -ls | head -12; s=1; }
80 mdconfig -d -u $md2
81 mdconfig -d -u $md1