Searched refs:dif_storep (Results 1 – 1 of 1) sorted by relevance
627 static struct sd_dif_tuple *dif_storep; /* protection info */ variable681 return dif_storep + sector; in dif_store()2480 const void *dif_store_end = dif_storep + sdebug_store_sectors; in dif_copy_prot()2484 resid = sectors * sizeof(*dif_storep); in dif_copy_prot()2507 memcpy(paddr + len - rest, dif_storep, rest); in dif_copy_prot()2509 memcpy(dif_storep, paddr + len - rest, rest); in dif_copy_prot()2512 sector += len / sizeof(*dif_storep); in dif_copy_prot()2856 if (dif_storep) { in unmap_region()2857 memset(dif_storep + lba, 0xff, in unmap_region()2858 sizeof(*dif_storep) * in unmap_region()[all …]