Lines Matching refs:i_offset
110 doff_t i_offset; /* cached i_offset value. */ in cd9660_lookup() local
169 i_offset = 0; in cd9660_lookup()
172 i_offset = i_diroff; in cd9660_lookup()
173 if ((entryoffsetinblock = i_offset & bmask) && in cd9660_lookup()
174 (error = cd9660_blkatoff(vdp, (off_t)i_offset, NULL, &bp))) in cd9660_lookup()
182 while (i_offset < endsearch) { in cd9660_lookup()
188 if ((i_offset & bmask) == 0) { in cd9660_lookup()
192 cd9660_blkatoff(vdp, (off_t)i_offset, NULL, &bp)) != 0) in cd9660_lookup()
205 i_offset = in cd9660_lookup()
206 (i_offset & ~bmask) + imp->logical_block_size; in cd9660_lookup()
258 saveoffset = i_offset; in cd9660_lookup()
282 i_offset += reclen; in cd9660_lookup()
288 if (saveoffset != i_offset) { in cd9660_lookup()
289 if (lblkno(imp, i_offset) != in cd9660_lookup()
301 i_offset = saveoffset; in cd9660_lookup()
312 i_offset = 0; in cd9660_lookup()
338 dp->i_diroff = i_offset; in cd9660_lookup()