Searched refs:other_b (Results 1 – 3 of 3) sorted by relevance
658 struct bio_bio_st *other_b; in bio_ctrl() local661 other_b = other_bio->ptr; in bio_ctrl()662 assert(other_b != NULL); in bio_ctrl()664 assert(other_b->buf == NULL); /* other_bio is always fresh */ in bio_ctrl()666 other_b->size = b->size; in bio_ctrl()682 struct bio_bio_st *other_b = other_bio->ptr; in bio_ctrl() local684 assert(other_b != NULL); in bio_ctrl()685 ret = other_b->len == 0 && other_b->closed; in bio_ctrl()
1760 Block* other_b; in VG_() local1807 other_b = b + b_bszB; in VG_()1808 if (other_b+min_useful_bszB(a)-1 <= (Block*)sb_end) { in VG_()1810 other_bszB = get_bszB(other_b); in VG_()1811 if (!is_inuse_block(other_b)) { in VG_()1814 vg_assert(blockSane(a, other_b)); in VG_()1817 unlinkBlock( a, other_b, in VG_()1828 vg_assert(other_b-1 == (Block*)sb_end); in VG_()1836 other_b = get_predecessor_block( b ); in VG_()1837 other_bszB = get_bszB(other_b); in VG_()[all …]