Home
last modified time | relevance | path

Searched refs:tst_fill_fd (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/lib/
Dtst_fill_file.c33 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/
Dsync01.c38 tst_fill_fd(fd, 0, TST_MB, FILE_SIZE_MB); in verify_sync()
/third_party/ltp/testcases/kernel/syscalls/fdatasync/
Dfdatasync03.c38 tst_fill_fd(fd, 0, TST_MB, FILE_SIZE_MB); in verify_fdatasync()
/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync04.c38 tst_fill_fd(fd, 0, TST_MB, FILE_SIZE_MB); in verify_fsync()
/third_party/ltp/testcases/kernel/syscalls/syncfs/
Dsyncfs01.c39 tst_fill_fd(fd, 0, TST_MB, FILE_SIZE_MB); in verify_syncfs()
/third_party/ltp/testcases/kernel/syscalls/truncate/
Dtruncate02.c97 tst_fill_fd(fd, 'a', FILE_SIZE, 1); in setup()
/third_party/ltp/testcases/kernel/syscalls/sync_file_range/
Dsync_file_range02.c54 tst_fill_fd(fd, 0, TST_MB, tc->write_size_mb); in verify_sync_file_range()
/third_party/ltp/include/
Dtst_fs.h143 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount);
/third_party/ltp/doc/
Dc-test-api.txt1164 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount);
1177 'tst_fill_fd()' if 'fallocate()' fails.