Lines Matching refs:offset_out
227 off_t offset_out = 1 << 29; in TEST_F() local
238 out.body.lseek.offset = offset_out; in TEST_F()
257 off_t offset_out = 1 << 29; in TEST_F() local
269 out.body.lseek.offset = offset_out; in TEST_F()
350 off_t offset_out = 1 << 29; in TEST_F() local
366 out.body.lseek.offset = offset_out; in TEST_F()
369 EXPECT_EQ(offset_out, lseek(fd, offset_in, SEEK_DATA)); in TEST_F()
370 EXPECT_EQ(offset_out, lseek(fd, 0, SEEK_CUR)); in TEST_F()
423 off_t offset_out = 1 << 29; in TEST_F() local
439 out.body.lseek.offset = offset_out; in TEST_F()
443 EXPECT_EQ(offset_out, lseek(fd, offset_in, SEEK_HOLE)); in TEST_F()
444 EXPECT_EQ(offset_out, lseek(fd, 0, SEEK_CUR)); in TEST_F()