Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/swapon/
Dlibswapon.c37 if (tst_fill_file(swapfile, 0, in make_swapfile()
/external/ltp/lib/
Dtst_device.c248 if (tst_fill_file(dev, 0, 1024, 512)) { in tst_acquire_device__()
261 if (tst_fill_file(DEV_FILE, 0, 1024, 1024 * acq_dev_size)) { in tst_acquire_device__()
Dtst_fill_file.c31 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/
Dswapoff01.c103 if (tst_fill_file("swapfile01", 0x00, 1024, 65536)) in setup()
Dswapoff02.c155 if (tst_fill_file("./swapfile01", 0x00, 1024, 1)) in setup()
/external/ltp/testcases/kernel/syscalls/lstat/
Dlstat03.c109 if (tst_fill_file(TESTFILE, 'a', 1024, 1)) in setup()
/external/ltp/include/
Dtst_fs.h147 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount);
/external/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress04.c64 if (tst_fill_file(TEST_FILE, 'b', page_size, 1)) in mmapstress04()
/external/ltp/testcases/kernel/syscalls/writev/
Dwritev07.c66 tst_fill_file(TESTFILE, 0xff, CHUNK, BUFSIZE / CHUNK); in test_partially_valid_iovec()
/external/ltp/testcases/kernel/syscalls/ftruncate/
Dftruncate04.c87 if (tst_fill_file(filename, 0, 1024, 8)) { in main()
/external/ltp/testcases/kernel/io/direct_io/
Ddma_thread_diotest.c419 if (tst_fill_file(filename, n, FILESIZE, 1)) { in setup()
/external/ltp/
Dgen.bp16456 "lib/tst_fill_file.c",