Lines Matching refs:write
12 * - write() into the preallocated space
14 * - write() into the extra allocated space
16 * - write() to the end of file to check that some blocks were freed
73 TEST(write(fd, buf, bufsize));
76 tst_res(TFAIL | TTERRNO, "write() failed unexpectedly");
78 tst_res(TFAIL, "Short write(): %ld bytes (expected %zu)",
81 tst_res(TPASS, "write() wrote %ld bytes", TST_RET);
106 TEST(write(fd, buf, MIN(bufsize, tmp)));
109 tst_res(TFAIL | TTERRNO, "write() failed unexpectedly");
132 TEST(write(fd, buf, 10));
134 tst_res(TFAIL | TTERRNO, "write()");
136 tst_res(TPASS, "write()");