Searched refs:fhseek (Results 1 – 3 of 3) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | fileops.c | 149 fhseek(fd, (uint64_t) read_skipsize, SEEK_CUR, in ffsb_readfile() 161 fhseek(fd, offset, SEEK_SET, ft, fs); in ffsb_readfile() 177 fhseek(fd, offset, SEEK_SET, ft, fs); in ffsb_readfile() 251 fhseek(fd, offset, SEEK_SET, ft, fs); in ffsb_writefile_core() 264 fhseek(fd, offset, SEEK_SET, ft, fs); in ffsb_writefile_core()
|
D | fh.h | 35 void fhseek(int, uint64_t, int, struct ffsb_thread *, struct ffsb_fs *);
|
D | fh.c | 189 void fhseek(int fd, uint64_t offset, int whence, ffsb_thread_t * ft, in fhseek() function
|