Lines Matching refs:psize
128 size_t buf_size, nread, psize, dsize; in cd9660_open() local
162 psize = isonum_733(vd->path_table_size); in cd9660_open()
164 if (psize > ISO_DEFAULT_BLOCK_SIZE) { in cd9660_open()
166 buf = alloc(buf_size = roundup(psize, ISO_DEFAULT_BLOCK_SIZE)); in cd9660_open()
192 if ((char *)pp >= buf + psize) in cd9660_open()
204 while ((char *)pp < buf + psize) { in cd9660_open()
215 for (psize = 0; psize < dsize;) { in cd9660_open()
216 if (!(psize % ISO_DEFAULT_BLOCK_SIZE)) { in cd9660_open()
233 psize += ISO_DEFAULT_BLOCK_SIZE; in cd9660_open()
235 psize = roundup(psize, ISO_DEFAULT_BLOCK_SIZE); in cd9660_open()
242 psize += isonum_711(dp->length); in cd9660_open()
247 if (psize >= dsize) { in cd9660_open()