Searched refs:f_off (Results 1 – 2 of 2) sorted by relevance
111 off_t f_off; /* Current offset within file */ member485 fp->f_off = 0; in cd9660_open()518 blkno = fp->f_off / ISO_DEFAULT_BLOCK_SIZE + fp->f_bno; in buf_read_file()519 blkoff = fp->f_off % ISO_DEFAULT_BLOCK_SIZE; in buf_read_file()540 if (*size_p > fp->f_size - fp->f_off) in buf_read_file()541 *size_p = fp->f_size - fp->f_off; in buf_read_file()555 if (fp->f_off < 0 || fp->f_off >= fp->f_size) in cd9660_read()565 fp->f_off += csize; in cd9660_read()585 if (fp->f_off >= fp->f_size) in cd9660_readdir()596 blkno = fp->f_off / ISO_DEFAULT_BLOCK_SIZE; in cd9660_readdir()[all …]
32 ssize_t f_off; /* offset of first match */ in ATF_TC_BODY() member