Searched refs:dif_storep (Results 1 – 1 of 1) sorted by relevance
444 struct t10_pi_tuple *dif_storep; /* protection info */ member1342 return sip->dif_storep + sector; in dif_store()4389 struct t10_pi_tuple *dif_storep = sip->dif_storep; in dif_copy_prot() local4390 const void *dif_store_end = dif_storep + sdebug_store_sectors; in dif_copy_prot()4394 resid = sectors * sizeof(*dif_storep); in dif_copy_prot()4417 memcpy(paddr + len - rest, dif_storep, rest); in dif_copy_prot()4419 memcpy(dif_storep, paddr + len - rest, rest); in dif_copy_prot()4422 sector += len / sizeof(*dif_storep); in dif_copy_prot()4857 if (sip->dif_storep) { in unmap_region()4858 memset(sip->dif_storep + lba, 0xff, in unmap_region()[all …]