Searched refs:tst_fill_fd (Results 1 – 3 of 3) sorted by relevance
/external/ltp/lib/ |
D | tst_fill_file.c | 31 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount) in tst_fill_fd() function 65 if (tst_fill_fd(fd, pattern, bs, bcount)) { in tst_fill_file()
|
/external/ltp/testcases/kernel/syscalls/syncfs/ |
D | syncfs01.c | 38 tst_fill_fd(fd, 0, TST_MB, FILE_SIZE_MB); in verify_syncfs()
|
/external/ltp/include/ |
D | tst_fs.h | 147 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount);
|