Searched refs:io_append (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | dio_truncate.c | 136 io_append(filename, 0, wflags, filesize, numappends); in run() 138 io_append("junkfile", 0xaa, wflags, filesize, numappends); in run()
|
D | dio_append.c | 72 io_append(filename, 0, O_DIRECT | O_WRONLY | O_CREAT, writesize, appends); in run()
|
D | common.h | 36 static inline void io_append(const char *path, char pattern, int flags, size_t bs, size_t bcount) in io_append() function
|