Searched refs:f_off (Results 1 – 2 of 2) sorted by relevance
99 off_t f_off; /* Current offset within file */ member434 fp->f_off = 0; in cd9660_open()467 blkno = fp->f_off / ISO_DEFAULT_BLOCK_SIZE + fp->f_bno; in buf_read_file()468 blkoff = fp->f_off % ISO_DEFAULT_BLOCK_SIZE; in buf_read_file()489 if (*size_p > fp->f_size - fp->f_off) in buf_read_file()490 *size_p = fp->f_size - fp->f_off; in buf_read_file()504 if (fp->f_off < 0 || fp->f_off >= fp->f_size) in cd9660_read()514 fp->f_off += csize; in cd9660_read()534 if (fp->f_off >= fp->f_size) in cd9660_readdir()545 blkno = fp->f_off / ISO_DEFAULT_BLOCK_SIZE; in cd9660_readdir()[all …]
216 long f_off; /* current offset */ member