Home
last modified time | relevance | path

Searched refs:dif_storep (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c317 struct t10_pi_tuple *dif_storep; /* protection info */ member
889 return sip->dif_storep + sector; in dif_store()
3066 struct t10_pi_tuple *dif_storep = sip->dif_storep; in dif_copy_prot() local
3067 const void *dif_store_end = dif_storep + sdebug_store_sectors; in dif_copy_prot()
3071 resid = sectors * sizeof(*dif_storep); in dif_copy_prot()
3094 memcpy(paddr + len - rest, dif_storep, rest); in dif_copy_prot()
3096 memcpy(dif_storep, paddr + len - rest, rest); in dif_copy_prot()
3099 sector += len / sizeof(*dif_storep); in dif_copy_prot()
3430 if (sip->dif_storep) { in unmap_region()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c327 struct t10_pi_tuple *dif_storep; /* protection info */ member
894 return sip->dif_storep + sector; in dif_store()
3139 struct t10_pi_tuple *dif_storep = sip->dif_storep; in dif_copy_prot() local
3140 const void *dif_store_end = dif_storep + sdebug_store_sectors; in dif_copy_prot()
3144 resid = sectors * sizeof(*dif_storep); in dif_copy_prot()
3167 memcpy(paddr + len - rest, dif_storep, rest); in dif_copy_prot()
3169 memcpy(dif_storep, paddr + len - rest, rest); in dif_copy_prot()
3172 sector += len / sizeof(*dif_storep); in dif_copy_prot()
3569 if (sip->dif_storep) { in unmap_region()
[all...]

Completed in 19 milliseconds