maxoffset        3784 drivers/scsi/aic7xxx/aic79xx_core.c 	u_int maxoffset;
maxoffset        3788 drivers/scsi/aic7xxx/aic79xx_core.c 		maxoffset = 0;
maxoffset        3791 drivers/scsi/aic7xxx/aic79xx_core.c 			maxoffset = MAX_OFFSET_PACED_BUG;
maxoffset        3793 drivers/scsi/aic7xxx/aic79xx_core.c 			maxoffset = MAX_OFFSET_PACED;
maxoffset        3795 drivers/scsi/aic7xxx/aic79xx_core.c 		maxoffset = MAX_OFFSET_NON_PACED;
maxoffset        3796 drivers/scsi/aic7xxx/aic79xx_core.c 	*offset = min(*offset, maxoffset);
maxoffset        2386 drivers/scsi/aic7xxx/aic7xxx_core.c 	u_int maxoffset;
maxoffset        2390 drivers/scsi/aic7xxx/aic7xxx_core.c 		maxoffset = 0;
maxoffset        2392 drivers/scsi/aic7xxx/aic7xxx_core.c 		maxoffset = MAX_OFFSET_ULTRA2;
maxoffset        2395 drivers/scsi/aic7xxx/aic7xxx_core.c 			maxoffset = MAX_OFFSET_16BIT;
maxoffset        2397 drivers/scsi/aic7xxx/aic7xxx_core.c 			maxoffset = MAX_OFFSET_8BIT;
maxoffset        2399 drivers/scsi/aic7xxx/aic7xxx_core.c 	*offset = min(*offset, maxoffset);
maxoffset         199 fs/udf/directory.c struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset,
maxoffset         209 fs/udf/directory.c 	if ((*offset + sizeof(struct short_ad)) > maxoffset)
maxoffset         222 fs/udf/directory.c struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc)
maxoffset         231 fs/udf/directory.c 	if ((*offset + sizeof(struct long_ad)) > maxoffset)