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 5g -u $md1
54 mdconfig -a -t swap -s 5g -u $md2
55 newfs $newfs_flags -n md$md1 > /dev/null
56 newfs $newfs_flags -n md$md2 > /dev/null
60 mount -t unionfs -o noatime $mp1 $mp2
62 mount | grep -E "$mp1|$mp2"
64 if [ $# -eq 0 ]; then
74 (cd ../testcases/mkdir; ./mkdir -t 2m -i 20 -l 100)
76 find $RUNDIR -ls | grep -v 'stressX$' | head -5
77 while mount | grep -Eq "on $mp2 .*unionfs"; do
82 n=`find $mp1/stressX | wc -l`
83 [ $n -eq 1 ] && s=0 || s=1
85 mdconfig -d -u $md2
86 mdconfig -d -u $md1