Searched refs:bip_vcnt (Results 1 – 3 of 3) sorted by relevance
42 bip->bip_vcnt = 1; in bio_integrity_alloc_buf()167 if (bip->bip_vcnt > 0) { in bio_integrity_add_page()168 struct bio_vec *bv = &bip->bip_vec[bip->bip_vcnt - 1]; in bio_integrity_add_page()178 if (bip->bip_vcnt >= in bio_integrity_add_page()190 bvec_set_page(&bip->bip_vec[bip->bip_vcnt], page, len, offset); in bio_integrity_add_page()191 bip->bip_vcnt++; in bio_integrity_add_page()247 bip->bip_vcnt = nr_vecs; in bio_integrity_copy_user()267 bip->bip_vcnt = nr_vecs; in bio_integrity_init_user()
260 &bip->bip_vec[bip->bip_vcnt - 1], in integrity_req_gap_back_merge()271 &bip->bip_vec[bip->bip_vcnt - 1], in integrity_req_gap_front_merge()
23 unsigned short bip_vcnt; /* # of integrity bio_vecs */ member