Home
last modified time | relevance | path

Searched refs:fhseek (Results 1 – 3 of 3) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dfileops.c149 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()
Dfh.h35 void fhseek(int, uint64_t, int, struct ffsb_thread *, struct ffsb_fs *);
Dfh.c189 void fhseek(int fd, uint64_t offset, int whence, ffsb_thread_t * ft, in fhseek() function