Lines Matching refs:TMPMP
28 TMPMP=umount-stress_mount
57 "${TMPMP} mounted on ${TMPIM}"
59 atf_check -o ignore -e ignore mkdir ${TMPMP}
64 atf_check -o ignore -e ignore mount -o async ${BVND}${MPART} ${TMPMP}
68 touch ${TMPMP}/hold
69 exec 9< ${TMPMP}/hold
75 count=1 of=${TMPMP}/test$i$j$k; then
86 if err=$(umount ${TMPMP} 2>&1); then
120 echo "*** Cleaning up ${TMPMP}, ${TMPIM}."
121 umount -f "${TMPMP}"
146 "${TMPMP} mounted on ${TMPIM}"
148 atf_check -o ignore -e ignore mkdir ${TMPMP}
153 atf_check -o ignore -e ignore mount -o async ${BVND}${MPART} ${TMPMP}
171 if err=$(umount ${TMPMP} 2>&1); then
172 if ! mount -o async ${BVND}${MPART} ${TMPMP}; then
208 echo "*** Cleaning up ${TMPMP}, ${TMPIM}."
209 umount -f "${TMPMP}"