Searched refs:bip_vcnt (Results 1 – 3 of 3) sorted by relevance
128 if (bip->bip_vcnt > 0) { in bio_integrity_add_page()129 struct bio_vec *bv = &bip->bip_vec[bip->bip_vcnt - 1]; in bio_integrity_add_page()138 if (bip->bip_vcnt >= in bio_integrity_add_page()150 bvec_set_page(&bip->bip_vec[bip->bip_vcnt], page, len, offset); in bio_integrity_add_page()151 bip->bip_vcnt++; in bio_integrity_add_page()208 bip->bip_vcnt = nr_vecs; in bio_integrity_copy_user()228 bip->bip_vcnt = nr_vecs; in bio_integrity_init_user()
246 &bip->bip_vec[bip->bip_vcnt - 1], in integrity_req_gap_back_merge()257 &bip->bip_vec[bip->bip_vcnt - 1], in integrity_req_gap_front_merge()
21 unsigned short bip_vcnt; /* # of integrity bio_vecs */ member