Home | History | Annotate | Download | only in fallocate

Lines Matching refs:fallocate

32  *	TEST TITLE		: Basic test for fallocate()
45 * (Working of fallocate under 2 modes)
50 * fallocate() in puts are generated randomly
63 * This is a test case for fallocate() system call.
64 * This test suite tests basic working of fallocate under different modes
65 * It trys to fallocate memory blocks and write into that block
72 * Setup file on which fallocate is to be called
104 #include "lapi/fallocate.h"
228 TEST(fallocate(fd, mode, offset, len));
233 "fallocate system call is not implemented");
236 "fallocate(%d, %d, %" PRId64 ", %" PRId64 ") failed",
241 "fallocate(%d, %d, %" PRId64 ", %" PRId64
247 tst_resm(TFAIL | TERRNO, "fstat failed after fallocate()");
251 "fstat test fails on fallocate (%d, %d, %" PRId64 ", %"
258 "lseek fails in fallocate(%d, %d, %" PRId64 ", %"
267 "write fails in fallocate(%d, %d, %" PRId64 ", %"