Lines Matching refs:dif_storep
446 struct t10_pi_tuple *dif_storep; /* protection info */ member
1339 return sip->dif_storep + sector; in dif_store()
4380 struct t10_pi_tuple *dif_storep = sip->dif_storep; in dif_copy_prot() local
4381 const void *dif_store_end = dif_storep + sdebug_store_sectors; in dif_copy_prot()
4385 resid = sectors * sizeof(*dif_storep); in dif_copy_prot()
4408 memcpy(paddr + len - rest, dif_storep, rest); in dif_copy_prot()
4410 memcpy(dif_storep, paddr + len - rest, rest); in dif_copy_prot()
4413 sector += len / sizeof(*dif_storep); in dif_copy_prot()
4848 if (sip->dif_storep) { in unmap_region()
4849 memset(sip->dif_storep + lba, 0xff, in unmap_region()
4850 sizeof(*sip->dif_storep) * in unmap_region()
8757 vfree(sip->dif_storep); in sdebug_erase_store()
8823 sip->dif_storep = vmalloc(dif_size); in sdebug_add_store()
8826 sip->dif_storep); in sdebug_add_store()
8828 if (!sip->dif_storep) { in sdebug_add_store()
8832 memset(sip->dif_storep, 0xff, dif_size); in sdebug_add_store()