Lines Matching refs:dif_storep
436 struct t10_pi_tuple *dif_storep; /* protection info */ member
1305 return sip->dif_storep + sector; in dif_store()
4288 struct t10_pi_tuple *dif_storep = sip->dif_storep; in dif_copy_prot() local
4289 const void *dif_store_end = dif_storep + sdebug_store_sectors; in dif_copy_prot()
4293 resid = sectors * sizeof(*dif_storep); in dif_copy_prot()
4316 memcpy(paddr + len - rest, dif_storep, rest); in dif_copy_prot()
4318 memcpy(dif_storep, paddr + len - rest, rest); in dif_copy_prot()
4321 sector += len / sizeof(*dif_storep); in dif_copy_prot()
4759 if (sip->dif_storep) { in unmap_region()
4760 memset(sip->dif_storep + lba, 0xff, in unmap_region()
4761 sizeof(*sip->dif_storep) * in unmap_region()
8657 vfree(sip->dif_storep); in sdebug_erase_store()
8723 sip->dif_storep = vmalloc(dif_size); in sdebug_add_store()
8726 sip->dif_storep); in sdebug_add_store()
8728 if (!sip->dif_storep) { in sdebug_add_store()
8732 memset(sip->dif_storep, 0xff, dif_size); in sdebug_add_store()