Home
last modified time | relevance | path

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

/Linux-v4.19/fs/udf/
Ddirectory.c199 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, in udf_get_fileshortad() argument
209 if ((*offset + sizeof(struct short_ad)) > maxoffset) in udf_get_fileshortad()
222 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) in udf_get_filelongad() argument
231 if ((*offset + sizeof(struct long_ad)) > maxoffset) in udf_get_filelongad()
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_core.c2393 u_int maxoffset; in ahc_validate_offset() local
2397 maxoffset = 0; in ahc_validate_offset()
2399 maxoffset = MAX_OFFSET_ULTRA2; in ahc_validate_offset()
2402 maxoffset = MAX_OFFSET_16BIT; in ahc_validate_offset()
2404 maxoffset = MAX_OFFSET_8BIT; in ahc_validate_offset()
2406 *offset = min(*offset, maxoffset); in ahc_validate_offset()
Daic79xx_core.c3790 u_int maxoffset; in ahd_validate_offset() local
3794 maxoffset = 0; in ahd_validate_offset()
3797 maxoffset = MAX_OFFSET_PACED_BUG; in ahd_validate_offset()
3799 maxoffset = MAX_OFFSET_PACED; in ahd_validate_offset()
3801 maxoffset = MAX_OFFSET_NON_PACED; in ahd_validate_offset()
3802 *offset = min(*offset, maxoffset); in ahd_validate_offset()