Searched refs:maxoffset (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/udf/
H A Ddirectory.c197 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, udf_get_fileshortad() argument
207 if ((*offset + sizeof(struct short_ad)) > maxoffset) udf_get_fileshortad()
220 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) udf_get_filelongad() argument
229 if ((*offset + sizeof(struct long_ad)) > maxoffset) udf_get_filelongad()
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2393 u_int maxoffset; ahc_validate_offset() local
2397 maxoffset = 0; ahc_validate_offset()
2399 maxoffset = MAX_OFFSET_ULTRA2; ahc_validate_offset()
2402 maxoffset = MAX_OFFSET_16BIT; ahc_validate_offset()
2404 maxoffset = MAX_OFFSET_8BIT; ahc_validate_offset()
2406 *offset = min(*offset, maxoffset); ahc_validate_offset()
H A Daic79xx_core.c3790 u_int maxoffset; ahd_validate_offset() local
3794 maxoffset = 0; ahd_validate_offset()
3797 maxoffset = MAX_OFFSET_PACED_BUG; ahd_validate_offset()
3799 maxoffset = MAX_OFFSET_PACED; ahd_validate_offset()
3801 maxoffset = MAX_OFFSET_NON_PACED; ahd_validate_offset()
3802 *offset = min(*offset, maxoffset); ahd_validate_offset()

Completed in 140 milliseconds