Lines Matching refs:expect_read
306 expect_read(ino, 0, oldsize, oldsize, oldcontents); in TEST_F()
359 expect_read(ino, 0, bufsize, bufsize, CONTENTS0); in TEST_F()
374 expect_read(ino, 0, bufsize, bufsize, CONTENTS1); in TEST_F()
521 expect_read(ino, 0, orig_fsize, truncated_fsize, INITIAL, O_RDWR); in TEST_F()
638 expect_read(ino, 0, len, len, zeros); in TEST_F()
947 expect_read(ino, 0, fsize, fsize, INITIAL, O_WRONLY); in TEST_F()
1007 expect_read(ino, 0, bufsize, bufsize, CONTENTS); in TEST_F()
1034 expect_read(ino, 0, bufsize, bufsize, CONTENTS); in TEST_F()
1071 expect_read(ino, 0, len, len, zeros); in TEST_F()
1143 expect_read(ino, 0, m_maxbcachebuf, m_maxbcachebuf, zeros); in TEST_F()
1224 expect_read(ino, 0, bs, bs, zeroones); in TEST_F()
1225 expect_read(ino, 2 * bs, bs, bs, onezeros); in TEST_F()
1272 expect_read(ino, 0, m_maxbcachebuf, old_filesize, CONTENTS0); in TEST_F()