Searched refs:tst_fill_file (Results 1 – 13 of 13) sorted by relevance
/external/ltp/testcases/kernel/syscalls/swapon/ |
D | libswapon.c | 37 if (tst_fill_file(swapfile, 0, in make_swapfile()
|
/external/ltp/lib/ |
D | tst_device.c | 272 if (tst_fill_file(DEV_FILE, 0, 1024 * 1024, acq_dev_size)) { in tst_acquire_device__() 334 if (tst_fill_file(dev, 0, 1024, 512)) { in tst_clear_device()
|
D | tst_fill_file.c | 57 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount) in tst_fill_file() function
|
/external/ltp/testcases/kernel/syscalls/swapoff/ |
D | swapoff01.c | 103 if (tst_fill_file("swapfile01", 0x00, 1024, 65536)) in setup()
|
D | swapoff02.c | 155 if (tst_fill_file("./swapfile01", 0x00, 1024, 1)) in setup()
|
/external/ltp/testcases/kernel/syscalls/lstat/ |
D | lstat03.c | 109 if (tst_fill_file(TESTFILE, 'a', 1024, 1)) in setup()
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress04.c | 64 if (tst_fill_file(TEST_FILE, 'b', page_size, 1)) in mmapstress04()
|
/external/ltp/include/ |
D | tst_fs.h | 156 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount);
|
/external/ltp/testcases/kernel/syscalls/writev/ |
D | writev07.c | 66 tst_fill_file(TESTFILE, 0xff, CHUNK, BUFSIZE / CHUNK); in test_partially_valid_iovec()
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate04.c | 87 if (tst_fill_file(filename, 0, 1024, 8)) { in main()
|
/external/ltp/testcases/kernel/io/direct_io/ |
D | dma_thread_diotest.c | 416 if (tst_fill_file(filename, n, FILESIZE, 1)) { in setup()
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl36.c | 306 if (tst_fill_file(fname, 1, write_size, thread_cnt + 1)) in test_fn()
|
/external/ltp/ |
D | gen.bp | 132 "lib/tst_fill_file.c",
|