Lines Matching refs:expect_read
319 expect_read(ino, 0, oldsize, oldsize, oldcontents); in TEST_F()
372 expect_read(ino, 0, bufsize, bufsize, CONTENTS0); in TEST_F()
387 expect_read(ino, 0, bufsize, bufsize, CONTENTS1); in TEST_F()
638 expect_read(ino, 0, orig_fsize, truncated_fsize, INITIAL, O_RDWR); in TEST_F()
753 expect_read(ino, 0, len, len, zeros); in TEST_F()
1059 expect_read(ino, 0, fsize, fsize, INITIAL, O_WRONLY); in TEST_F()
1119 expect_read(ino, 0, bufsize, bufsize, CONTENTS); in TEST_F()
1146 expect_read(ino, 0, bufsize, bufsize, CONTENTS); in TEST_F()
1183 expect_read(ino, 0, len, len, zeros); in TEST_F()
1254 expect_read(ino, 0, m_maxbcachebuf, m_maxbcachebuf, zeros); in TEST_F()
1330 expect_read(ino, 0, bs, bs, zeroones); in TEST_F()
1331 expect_read(ino, 2 * bs, bs, bs, onezeros); in TEST_F()
1378 expect_read(ino, 0, m_maxbcachebuf, old_filesize, CONTENTS0); in TEST_F()