Home
last modified time | relevance | path

Searched refs:tst_fill_file (Results 1 – 19 of 19) sorted by relevance

/external/ltp/lib/
Dtst_fill_file.c57 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount) in tst_fill_file() function
Dtst_device.c292 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/
Dswapoff01.c97 if (tst_fill_file("swapfile01", 0x00, 1024, 65536)) in setup()
Dswapoff02.c148 if (tst_fill_file("./swapfile01", 0x00, 1024, 1)) in setup()
/external/ltp/testcases/kernel/uevents/
Duevent01.c22 tst_fill_file("loop.img", 0, 1024, 1024); in generate_device_events()
/external/ltp/testcases/kernel/syscalls/swapon/
Dlibswapon.c39 if (tst_fill_file(swapfile, 0, in make_swapfile()
/external/ltp/testcases/kernel/syscalls/fstat/
Dfstat02.c77 if (tst_fill_file(TESTFILE, 'a', FILE_SIZE, 1)) in setup()
/external/ltp/testcases/kernel/syscalls/ftruncate/
Dftruncate01.c86 if (tst_fill_file(TESTFILE, 'a', FILE_SIZE, 1)) in setup()
Dftruncate04.c136 if (tst_fill_file(TESTFILE, 0, 1024, 8)) in verify_ftruncate()
/external/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress04.c52 if (tst_fill_file(TEST_FILE, 'b', page_size, 1)) in mmapstress04()
/external/ltp/testcases/kernel/syscalls/stat/
Dstat01.c86 if (tst_fill_file(TC[i].pathname, 'a', 256, 4)) in setup()
/external/ltp/testcases/kernel/syscalls/sync_file_range/
Dsync_file_range02.c112 tst_fill_file(FNAME3, 0, TST_MB, FILE_SZ_MB); in setup()
/external/ltp/include/
Dtst_fs.h163 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount);
/external/ltp/testcases/kernel/syscalls/writev/
Dwritev07.c57 tst_fill_file(TESTFILE, 0xff, CHUNK, BUFSIZE / CHUNK); in test_partially_valid_iovec()
/external/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range02.c233 if (tst_fill_file(FILE_SWAP_PATH, 0, sysconf(_SC_PAGESIZE), 10) != 0) { in setup()
/external/ltp/testcases/kernel/io/direct_io/
Ddma_thread_diotest.c416 if (tst_fill_file(filename, n, FILESIZE, 1)) { in setup()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl36.c291 if (tst_fill_file(fname, 1, write_size, thread_cnt + 1)) in test_fn()
/external/ltp/doc/
Dtest-writing-guidelines.txt1202 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount);
/external/ltp/
Dgen.bp122 "lib/tst_fill_file.c",