Lines Matching full:mounts
171 # mounts we are concerned with in a well-defined order (helps diff)
182 # Grep /proc/mounts which is often more up-to-date than mounts
184 grep -F "${sandbox}" /proc/mounts | sort -b
198 tst_brkm TBROK true "$1: failed to record proc mounts"
219 # If the mounts are the same then just return
226 tst_resm TWARN "${tname}: did not properly clean up its proc mounts"
232 # Undo leftover mounts
238 # new mounts around and will never remove mounts outside the test
248 # tst_brkm TBROK true "${tname}: failed to restore mounts"
251 # mounts we are concerned with in a well-defined order (helps diff)
278 tst_brkm TBROK true "$1: failed to record mtab mounts"
299 # If the mounts are the same then just return
306 tst_resm TWARN "${tname}: did not properly clean up its mtab mounts"
312 # Undo leftover mounts
318 # new mounts around and will never remove mounts outside the test
328 # tst_brkm TBROK true "${tname}: failed to restore mounts"