Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Dscsi_debug.c3145 const void *dif_store_end = dif_storep + sdebug_store_sectors; in dif_copy_prot() local
3160 if (dif_store_end < start + len) in dif_copy_prot()
3161 rest = start + len - dif_store_end; in dif_copy_prot()