Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c2386 u_int maxoffset; in ahc_validate_offset() local
2390 maxoffset = 0; in ahc_validate_offset()
2392 maxoffset = MAX_OFFSET_ULTRA2; in ahc_validate_offset()
2395 maxoffset = MAX_OFFSET_16BIT; in ahc_validate_offset()
2397 maxoffset = MAX_OFFSET_8BIT; in ahc_validate_offset()
2399 *offset = min(*offset, maxoffset); in ahc_validate_offset()
Daic79xx_core.c3784 u_int maxoffset; in ahd_validate_offset() local
3788 maxoffset = 0; in ahd_validate_offset()
3791 maxoffset = MAX_OFFSET_PACED_BUG; in ahd_validate_offset()
3793 maxoffset = MAX_OFFSET_PACED; in ahd_validate_offset()
3795 maxoffset = MAX_OFFSET_NON_PACED; in ahd_validate_offset()
3796 *offset = min(*offset, maxoffset); in ahd_validate_offset()