Searched refs:prot_buf (Results 1 – 3 of 3) sorted by relevance
353 void *prot_buf = bio->bi_integrity->bip_buf; in bio_integrity_generate() local363 bix.prot_buf = prot_buf; in bio_integrity_generate()370 prot_buf += sectors * bi->tuple_size; in bio_integrity_generate()494 void *prot_buf = bio->bi_integrity->bip_buf; in bio_integrity_verify() local504 bix.prot_buf = prot_buf; in bio_integrity_verify()516 prot_buf += sectors * bi->tuple_size; in bio_integrity_verify()
59 struct sd_dif_tuple *sdt = bix->prot_buf; in sd_dif_type1_generate()86 struct sd_dif_tuple *sdt = bix->prot_buf; in sd_dif_type1_verify()194 struct sd_dif_tuple *sdt = bix->prot_buf; in sd_dif_type3_generate()219 struct sd_dif_tuple *sdt = bix->prot_buf; in sd_dif_type3_verify()
1221 void *prot_buf; member