Searched refs:maxoffset (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/ |
H A D | directory.c | 199 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()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | directory.c | 490 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, in udf_get_fileshortad() argument 500 if ((*offset + sizeof(struct short_ad)) > maxoffset) in udf_get_fileshortad() 513 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) in udf_get_filelongad() argument 522 if ((*offset + sizeof(struct long_ad)) > maxoffset) in udf_get_filelongad()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 2370 u_int maxoffset; in ahc_validate_offset() local 2374 maxoffset = 0; in ahc_validate_offset() 2376 maxoffset = MAX_OFFSET_ULTRA2; in ahc_validate_offset() 2379 maxoffset = MAX_OFFSET_16BIT; in ahc_validate_offset() 2381 maxoffset = MAX_OFFSET_8BIT; in ahc_validate_offset() 2383 *offset = min(*offset, maxoffset); in ahc_validate_offset()
|
H A D | aic79xx_core.c | 3758 u_int maxoffset; in ahd_validate_offset() local 3762 maxoffset = 0; in ahd_validate_offset() 3765 maxoffset = MAX_OFFSET_PACED_BUG; in ahd_validate_offset() 3767 maxoffset = MAX_OFFSET_PACED; in ahd_validate_offset() 3769 maxoffset = MAX_OFFSET_NON_PACED; in ahd_validate_offset() 3770 *offset = min(*offset, maxoffset); in ahd_validate_offset()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 2368 u_int maxoffset; in ahc_validate_offset() local 2372 maxoffset = 0; in ahc_validate_offset() 2374 maxoffset = MAX_OFFSET_ULTRA2; in ahc_validate_offset() 2377 maxoffset = MAX_OFFSET_16BIT; in ahc_validate_offset() 2379 maxoffset = MAX_OFFSET_8BIT; in ahc_validate_offset() 2381 *offset = min(*offset, maxoffset); in ahc_validate_offset()
|
H A D | aic79xx_core.c | 3756 u_int maxoffset; in ahd_validate_offset() local 3760 maxoffset = 0; in ahd_validate_offset() 3763 maxoffset = MAX_OFFSET_PACED_BUG; in ahd_validate_offset() 3765 maxoffset = MAX_OFFSET_PACED; in ahd_validate_offset() 3767 maxoffset = MAX_OFFSET_NON_PACED; in ahd_validate_offset() 3768 *offset = min(*offset, maxoffset); in ahd_validate_offset()
|
Completed in 39 milliseconds