Lines Matching refs:dif_storep
323 struct t10_pi_tuple *dif_storep; /* protection info */ member
901 return sip->dif_storep + sector; in dif_store()
3151 struct t10_pi_tuple *dif_storep = sip->dif_storep; in dif_copy_prot() local
3152 const void *dif_store_end = dif_storep + sdebug_store_sectors; in dif_copy_prot()
3156 resid = sectors * sizeof(*dif_storep); in dif_copy_prot()
3179 memcpy(paddr + len - rest, dif_storep, rest); in dif_copy_prot()
3181 memcpy(dif_storep, paddr + len - rest, rest); in dif_copy_prot()
3184 sector += len / sizeof(*dif_storep); in dif_copy_prot()
3581 if (sip->dif_storep) { in unmap_region()
3582 memset(sip->dif_storep + lba, 0xff, in unmap_region()
3583 sizeof(*sip->dif_storep) * in unmap_region()
7187 vfree(sip->dif_storep); in sdebug_erase_store()
7253 sip->dif_storep = vmalloc(dif_size); in sdebug_add_store()
7256 sip->dif_storep); in sdebug_add_store()
7258 if (!sip->dif_storep) { in sdebug_add_store()
7262 memset(sip->dif_storep, 0xff, dif_size); in sdebug_add_store()