Searched refs:tst_fill_file (Results 1 – 19 of 19) sorted by relevance
/external/ltp/lib/ |
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
|
D | tst_device.c | 292 if (tst_fill_file(DEV_FILE, 0, 1024 * 1024, acq_dev_size)) { in tst_acquire_device__() 354 if (tst_fill_file(dev, 0, 1024, 512)) { in tst_clear_device()
|
/external/ltp/testcases/kernel/syscalls/swapoff/ |
D | swapoff01.c | 97 if (tst_fill_file("swapfile01", 0x00, 1024, 65536)) in setup()
|
D | swapoff02.c | 148 if (tst_fill_file("./swapfile01", 0x00, 1024, 1)) in setup()
|
/external/ltp/testcases/kernel/uevents/ |
D | uevent01.c | 22 tst_fill_file("loop.img", 0, 1024, 1024); in generate_device_events()
|
/external/ltp/testcases/kernel/syscalls/swapon/ |
D | libswapon.c | 39 if (tst_fill_file(swapfile, 0, in make_swapfile()
|
/external/ltp/testcases/kernel/syscalls/fstat/ |
D | fstat02.c | 77 if (tst_fill_file(TESTFILE, 'a', FILE_SIZE, 1)) in setup()
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate01.c | 86 if (tst_fill_file(TESTFILE, 'a', FILE_SIZE, 1)) in setup()
|
D | ftruncate04.c | 136 if (tst_fill_file(TESTFILE, 0, 1024, 8)) in verify_ftruncate()
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress04.c | 52 if (tst_fill_file(TEST_FILE, 'b', page_size, 1)) in mmapstress04()
|
/external/ltp/testcases/kernel/syscalls/stat/ |
D | stat01.c | 86 if (tst_fill_file(TC[i].pathname, 'a', 256, 4)) in setup()
|
/external/ltp/testcases/kernel/syscalls/sync_file_range/ |
D | sync_file_range02.c | 112 tst_fill_file(FNAME3, 0, TST_MB, FILE_SZ_MB); in setup()
|
/external/ltp/include/ |
D | tst_fs.h | 163 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount);
|
/external/ltp/testcases/kernel/syscalls/writev/ |
D | writev07.c | 57 tst_fill_file(TESTFILE, 0xff, CHUNK, BUFSIZE / CHUNK); in test_partially_valid_iovec()
|
/external/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range02.c | 233 if (tst_fill_file(FILE_SWAP_PATH, 0, sysconf(_SC_PAGESIZE), 10) != 0) { in setup()
|
/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 | 291 if (tst_fill_file(fname, 1, write_size, thread_cnt + 1)) in test_fn()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 1202 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount);
|
/external/ltp/ |
D | gen.bp | 122 "lib/tst_fill_file.c",
|