Lines Matching refs:expected
77 struct timespec64 expected; member
110 .expected = {.tv_sec = -0x80000000LL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
118 .expected = {.tv_sec = -1LL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
126 .expected = {0LL, 0L}, in inode_test_xtimestamp_decoding()
134 .expected = {.tv_sec = 0x7fffffffLL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
142 .expected = {.tv_sec = 0x80000000LL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
150 .expected = {.tv_sec = 0xffffffffLL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
158 .expected = {.tv_sec = 0x100000000LL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
166 .expected = {.tv_sec = 0x17fffffffLL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
174 .expected = {.tv_sec = 0x180000000LL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
182 .expected = {.tv_sec = 0x1ffffffffLL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
190 .expected = {.tv_sec = 0x200000000LL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
198 .expected = {.tv_sec = 0x27fffffffLL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
206 .expected = {.tv_sec = 0x27fffffffLL, .tv_nsec = 1L}, in inode_test_xtimestamp_decoding()
214 .expected = {.tv_sec = 0x300000000LL, in inode_test_xtimestamp_decoding()
223 .expected = {.tv_sec = 0x300000000LL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
231 .expected = {.tv_sec = 0x37fffffffLL, .tv_nsec = 0L}, in inode_test_xtimestamp_decoding()
244 test_data[i].expected.tv_sec, in inode_test_xtimestamp_decoding()
252 test_data[i].expected.tv_nsec, in inode_test_xtimestamp_decoding()