Lines Matching refs:reclen
119 int ltype, reclen; in cd9660_lookup() local
141 ino = reclen = 0; in cd9660_lookup()
202 reclen = isonum_711(ep->length); in cd9660_lookup()
203 if (reclen == 0) { in cd9660_lookup()
210 if (reclen < ISO_DIRECTORY_RECORD_SIZE) in cd9660_lookup()
214 if (entryoffsetinblock + reclen > imp->logical_block_size) in cd9660_lookup()
222 if (reclen < ISO_DIRECTORY_RECORD_SIZE + namelen) in cd9660_lookup()
282 i_offset += reclen; in cd9660_lookup()
283 entryoffsetinblock += reclen; in cd9660_lookup()
300 reclen = isonum_711(ep->length); in cd9660_lookup()
368 ep2 = malloc(reclen, M_TEMP, M_WAITOK); in cd9660_lookup()
369 memcpy(ep2, ep, reclen); in cd9660_lookup()