Lines Matching refs:mntpoint
49 mount | grep -q "on $mntpoint " && umount $mntpoint
53 mount /dev/md$mdstart $mntpoint
54 mkdir $mntpoint/d
55 chmod 777 $mntpoint/d
57 su $testuser -c "/tmp/core3 $mntpoint/d" &
62 [ -d $mntpoint/d ] &&
63 umount -f $mntpoint
66 [ -d $mntpoint/d ] ||
67 mount /dev/md$mdstart $mntpoint
71 mount | grep -q "on $mntpoint " &&
72 umount -f $mntpoint
77 mount -o size=1g -t tmpfs tmpfs $mntpoint
78 su $testuser -c "/tmp/core3 $mntpoint/d" &
83 [ -d $mntpoint/d ] &&
84 umount -f $mntpoint
87 if [ ! -d $mntpoint/d ]; then
88 mount -t tmpfs tmpfs $mntpoint
89 mkdir $mntpoint/d
95 mount | grep -q "on $mntpoint " || break
96 umount -f $mntpoint