Searched refs:writefile_helper (Results 1 – 4 of 4) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | fh.h | 38 int writefile_helper(int, uint64_t, uint32_t, char *, struct ffsb_thread *,
|
D | fileops.c | 253 iterations = writefile_helper(fd, write_size, write_blocksize, in ffsb_writefile_core() 323 iterations = writefile_helper(fd, filesize, write_blocksize, buf, in ffsb_writeall_core() 383 iterations = writefile_helper(fd, write_size, write_blocksize, buf, in ffsb_appendfile_core() 451 iterations = writefile_helper(fd, size, write_blocksize, buf, ft, fs); in ffsb_createfile_core()
|
D | fh.c | 263 int writefile_helper(int fd, uint64_t size, uint32_t blocksize, char *buf, in writefile_helper() function
|
D | ffsb_fs.c | 133 writefile_helper(fd, size, blocksize, buf, NULL, fs); in add_files()
|