Searched refs:bi_bh (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/reiserfs/ |
D | ibalance.c | 42 src_bi->bi_bh = PATH_H_PBUFFER(tb->tb_path, h); in internal_define_dest_src_infos() 46 dest_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() 54 src_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() 58 dest_bi->bi_bh = PATH_H_PBUFFER(tb->tb_path, h); in internal_define_dest_src_infos() 69 src_bi->bi_bh = tb->R[h]; in internal_define_dest_src_infos() 73 dest_bi->bi_bh = PATH_H_PBUFFER(tb->tb_path, h); in internal_define_dest_src_infos() 82 src_bi->bi_bh = PATH_H_PBUFFER(tb->tb_path, h); in internal_define_dest_src_infos() 86 dest_bi->bi_bh = tb->R[h]; in internal_define_dest_src_infos() 95 dest_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() 102 dest_bi->bi_bh = PATH_H_PBUFFER(tb->tb_path, h); in internal_define_dest_src_infos() [all …]
|
D | lbalance.c | 19 struct buffer_head *dest = dest_bi->bi_bh; in leaf_copy_dir_entries() 138 struct buffer_head *dest = dest_bi->bi_bh; in leaf_copy_boundary_item() 330 dest = dest_bi->bi_bh; in leaf_copy_items_entirely() 418 struct buffer_head *dest = dest_bi->bi_bh; in leaf_item_bottle() 527 dest = dest_bi->bi_bh; in leaf_copy_items() 642 src_bi->bi_bh = PATH_PLAST_BUFFER(tb->tb_path); in leaf_define_dest_src_infos() 648 dest_bi->bi_bh = tb->L[0]; in leaf_define_dest_src_infos() 656 src_bi->bi_bh = PATH_PLAST_BUFFER(tb->tb_path); in leaf_define_dest_src_infos() 660 dest_bi->bi_bh = tb->R[0]; in leaf_define_dest_src_infos() 668 src_bi->bi_bh = tb->R[0]; in leaf_define_dest_src_infos() [all …]
|
D | do_balan.c | 23 bi->bi_bh = tb->L[0]; in buffer_info_init_left() 32 bi->bi_bh = tb->R[0]; in buffer_info_init_right() 41 bi->bi_bh = PATH_PLAST_BUFFER(tb->tb_path); in buffer_info_init_tbS0() 51 bi->bi_bh = bh; in buffer_info_init_bh() 1483 RFALSE(bi->bi_bh == NULL, "PAP-12295: pointer to the buffer is NULL"); in make_empty_node() 1485 blkh = B_BLK_HEAD(bi->bi_bh); in make_empty_node() 1487 set_blkh_free_space(blkh, MAX_CHILD_SIZE(bi->bi_bh)); in make_empty_node()
|
D | reiserfs.h | 2591 struct buffer_head *bi_bh; member
|
/Linux-v4.19/fs/gfs2/ |
D | rgrp.c | 96 byte1 = bi->bi_bh->b_data + bi->bi_offset + (rbm->offset / GFS2_NBBY); in gfs2_setbit() 97 end = bi->bi_bh->b_data + bi->bi_offset + buflen; in gfs2_setbit() 144 buffer = bi->bi_bh->b_data; in gfs2_testbit() 381 start = bi->bi_bh->b_data; in gfs2_free_extlen() 468 bi->bi_bh->b_data + in gfs2_rgrp_verify() 1105 struct gfs2_rgrp *str = (struct gfs2_rgrp *)rgd->rd_bits[0].bi_bh->b_data; in gfs2_rgrp_lvb_valid() 1123 buffer = bi->bi_bh->b_data + bi->bi_offset; in count_unlinked() 1124 WARN_ON(!buffer_uptodate(bi->bi_bh)); in count_unlinked() 1158 if (rgd->rd_bits[0].bi_bh != NULL) in gfs2_rgrp_bh_get() 1163 error = gfs2_meta_read(gl, rgd->rd_addr + x, 0, 0, &bi->bi_bh); in gfs2_rgrp_bh_get() [all …]
|
D | incore.h | 90 struct buffer_head *bi_bh; member
|