ISO_DIRECTORY_RECORD_SIZE  229 isofs/cd9660/cd9660_lookup.c 		if (reclen < ISO_DIRECTORY_RECORD_SIZE)
ISO_DIRECTORY_RECORD_SIZE  239 isofs/cd9660/cd9660_lookup.c 		if (reclen < ISO_DIRECTORY_RECORD_SIZE + namelen)
ISO_DIRECTORY_RECORD_SIZE  805 isofs/cd9660/cd9660_vfsops.c 		if (off + ISO_DIRECTORY_RECORD_SIZE > imp->logical_block_size)
ISO_DIRECTORY_RECORD_SIZE  809 isofs/cd9660/cd9660_vfsops.c 			    off + ISO_DIRECTORY_RECORD_SIZE);
ISO_DIRECTORY_RECORD_SIZE  573 isofs/cd9660/cd9660_vnops.c 		if (reclen < ISO_DIRECTORY_RECORD_SIZE) {
ISO_DIRECTORY_RECORD_SIZE  587 isofs/cd9660/cd9660_vnops.c 		if (reclen < ISO_DIRECTORY_RECORD_SIZE + idp->current.d_namlen) {