HomeSort by: relevance | last modified time | path
    Searched refs:Mount_Point (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/fs/tmpfs/
h_funcs.subr 30 Mount_Point=
35 # Mounts tmpfs over ${Mount_Point} and changes the current directory
42 Mount_Point=$(pwd)/mntpt
43 atf_check -s exit:0 -o empty -e empty mkdir "${Mount_Point}"
44 echo "mount -t tmpfs ${*} tmpfs ${Mount_Point}"
45 mount -t tmpfs "${@}" tmpfs "${Mount_Point}" 2>mounterr
53 cd "${Mount_Point}"
63 atf_check -s exit:0 -o empty -e empty umount ${Mount_Point}
64 atf_check -s exit:0 -o empty -e empty rmdir ${Mount_Point}
65 Mount_Point
    [all...]
t_mount.sh 51 eval $(stat -s ${Mount_Point})
64 mount | grep ${Mount_Point} | grep -q read-only || \
77 eval $(stat -s ${Mount_Point})
t_rmdir.sh 41 atf_check -s exit:1 -o empty -e ignore rmdir ${Mount_Point}
69 eval $(stat -s ${Mount_Point})
73 eval $(stat -s ${Mount_Point})
147 eval $(stat -s ${Mount_Point})
t_mkdir.sh 46 eval $(stat -s ${Mount_Point})
66 eval $(stat -s ${Mount_Point})

Completed in 13 milliseconds