Lines Matching refs:psize
141 size_t buf_size, nread, psize, dsize; in cd9660_open() local
177 psize = isonum_733(vd->path_table_size); in cd9660_open()
179 if (psize > ISO_DEFAULT_BLOCK_SIZE) { in cd9660_open()
181 buf = alloc(buf_size = roundup(psize, ISO_DEFAULT_BLOCK_SIZE)); in cd9660_open()
210 if ((char *)pp >= (char *)buf + psize) in cd9660_open()
222 while ((char *)pp < (char *)buf + psize) { in cd9660_open()
236 for (psize = 0; psize < dsize;) { in cd9660_open()
237 if (!(psize % ISO_DEFAULT_BLOCK_SIZE)) { in cd9660_open()
256 psize += ISO_DEFAULT_BLOCK_SIZE; in cd9660_open()
258 psize = roundup(psize, ISO_DEFAULT_BLOCK_SIZE); in cd9660_open()
265 psize += (size_t)isonum_711(dp->length); in cd9660_open()
270 if (psize >= dsize) { in cd9660_open()