Searched refs:bufio_lseek (Results 1 – 2 of 2) sorted by relevance
65 (void) bufio_lseek(bf, bf->pos, SEEK_SET); in __bufio_flush_locked()228 ret = bufio_lseek(bf, offset, whence); in __bufio_seek()
171 static inline __off_t bufio_lseek(struct __file_bufio *bf, __off_t offset, int whence) in bufio_lseek() function