Searched refs:tst_fill_fd (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/lib/ |
D | tst_fill_file.c | 33 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount) in tst_fill_fd() function 70 ret = tst_fill_fd(fd, 0, bs, bcount); in tst_prealloc_size_fd() 83 if (tst_fill_fd(fd, pattern, bs, bcount)) { in tst_fill_file()
|
/third_party/ltp/testcases/kernel/syscalls/sync/ |
D | sync01.c | 38 tst_fill_fd(fd, 0, TST_MB, FILE_SIZE_MB); in verify_sync()
|
/third_party/ltp/testcases/kernel/syscalls/fdatasync/ |
D | fdatasync03.c | 38 tst_fill_fd(fd, 0, TST_MB, FILE_SIZE_MB); in verify_fdatasync()
|
/third_party/ltp/testcases/kernel/syscalls/fsync/ |
D | fsync04.c | 38 tst_fill_fd(fd, 0, TST_MB, FILE_SIZE_MB); in verify_fsync()
|
/third_party/ltp/testcases/kernel/syscalls/syncfs/ |
D | syncfs01.c | 39 tst_fill_fd(fd, 0, TST_MB, FILE_SIZE_MB); in verify_syncfs()
|
/third_party/ltp/testcases/kernel/syscalls/truncate/ |
D | truncate02.c | 97 tst_fill_fd(fd, 'a', FILE_SIZE, 1); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/sync_file_range/ |
D | sync_file_range02.c | 54 tst_fill_fd(fd, 0, TST_MB, tc->write_size_mb); in verify_sync_file_range()
|
/third_party/ltp/include/ |
D | tst_fs.h | 143 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount);
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 1164 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount); 1177 'tst_fill_fd()' if 'fallocate()' fails.
|