Lines Matching refs:MNT
32 MNT=mnt
41 umount -f "${MNT}" > /dev/null 2>&1 || true
57 atf_check mkdir -p "${MNT}"
65 atf_check mount -t ffs "${BDEV}" "${MNT}"
66 atf_check touch "${MNT}/file"
67 atf_check -s exit:1 -e ignore setextattr user name1 value1 "${MNT}/file"
68 atf_check umount "${MNT}"
77 atf_check mount -t ffs "${BDEV}" "${MNT}"
78 atf_check touch "${MNT}/file"
79 atf_check setextattr user testname testvalue "${MNT}/file"
80 atf_check -o 'match:testvalue' getextattr user testname "${MNT}/file"
81 atf_check umount "${MNT}"
102 atf_check mkdir -p "${MNT}"
108 atf_check mount -t ffs "${BDEV}" "${MNT}"
109 atf_check touch "${MNT}/file"
110 atf_check setextattr user testname testvalue "${MNT}/file"
111 atf_check -o 'match:testvalue' getextattr user testname "${MNT}/file"
112 atf_check umount "${MNT}"
133 atf_check mount -t ffs "${BDEV}" "${MNT}"
134 atf_check touch "${MNT}/file"
135 atf_check umount "${MNT}"
146 atf_check mount -t ffs "${BDEV}" "${MNT}"
148 getextattr user testname "${MNT}/file"
149 atf_check umount "${MNT}"
170 atf_check mkdir -p "${MNT}"
176 atf_check mount -t ffs "${BDEV}" "${MNT}"
177 atf_check touch "${MNT}/file"
178 atf_check setextattr user testname testvalue "${MNT}/file"
179 atf_check -o 'match:testvalue' getextattr user testname "${MNT}/file"
180 atf_check umount "${MNT}"
189 atf_check mount -t ffs "${BDEV}" "${MNT}"
191 -e 'match:getextattr: mnt/file: failed: Operation not supported' \
192 getextattr user testname "${MNT}/file"
193 atf_check umount "${MNT}"
201 atf_check mount -t ffs "${BDEV}" "${MNT}"
203 getextattr user testname "${MNT}/file"
204 atf_check umount "${MNT}"