Home | History | Annotate | Download | only in tmpfs

Lines Matching refs:st_ctime

55 	[ ${st_ctime} -eq ${ost_ctime} ] || \
56 atf_fail "Incorrect ctime: ${st_ctime} != ${ost_ctime}"
65 [ ${st_ctime} -gt ${ost_ctime} ] || \
66 atf_fail "Incorrect ctime: ${st_ctime} <= ${ost_ctime}"
90 [ ${st_ctime} -eq ${ost_ctime} ] || \
91 atf_fail "Incorrect ctime: ${st_ctime} != ${ost_ctime}"
115 [ ${st_ctime} -gt ${ost_ctime} ] || \
116 atf_fail "Incorrect ctime: ${st_ctime} <= ${ost_ctime}"
142 [ ${st_ctime} -gt ${ost_ctime} ] || \
143 atf_fail "Incorrect ctime: ${st_ctime} <= ${ost_ctime}"