Lines Matching refs:dif_storep
317 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()
3431 memset(sip->dif_storep + lba, 0xff, in unmap_region()
3432 sizeof(*sip->dif_storep) * in unmap_region()
6950 vfree(sip->dif_storep); in sdebug_erase_store()
7016 sip->dif_storep = vmalloc(dif_size); in sdebug_add_store()
7019 sip->dif_storep); in sdebug_add_store()
7021 if (!sip->dif_storep) { in sdebug_add_store()
7025 memset(sip->dif_storep, 0xff, dif_size); in sdebug_add_store()