Home
last modified time | relevance | path

Searched refs:bi_bh (Results 1 – 7 of 7) sorted by relevance

/fs/reiserfs/
Dibalance.c42 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 …]
Dlbalance.c19 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 …]
Ddo_balan.c23 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()
1472 RFALSE(bi->bi_bh == NULL, "PAP-12295: pointer to the buffer is NULL"); in make_empty_node()
1474 blkh = B_BLK_HEAD(bi->bi_bh); in make_empty_node()
1476 set_blkh_free_space(blkh, MAX_CHILD_SIZE(bi->bi_bh)); in make_empty_node()
Dreiserfs.h2591 struct buffer_head *bi_bh; member
/fs/gfs2/
Drgrp.c101 byte1 = bi->bi_bh->b_data + bi->bi_offset + (rbm->offset / GFS2_NBBY); in gfs2_setbit()
102 end = bi->bi_bh->b_data + bi->bi_offset + buflen; in gfs2_setbit()
115 (unsigned long long)bi->bi_bh->b_blocknr); in gfs2_setbit()
153 buffer = bi->bi_bh->b_data; in gfs2_testbit()
393 start = bi->bi_bh->b_data; in gfs2_free_extlen()
480 bi->bi_bh->b_data + in gfs2_rgrp_verify()
1114 struct gfs2_rgrp *str = (struct gfs2_rgrp *)rgd->rd_bits[0].bi_bh->b_data; in gfs2_rgrp_lvb_valid()
1156 buffer = bi->bi_bh->b_data + bi->bi_offset; in count_unlinked()
1157 WARN_ON(!buffer_uptodate(bi->bi_bh)); in count_unlinked()
1208 if (rgd->rd_bits[0].bi_bh != NULL) in gfs2_rgrp_go_instantiate()
[all …]
Dlops.c775 rgd->rd_bits && rgd->rd_bits->bi_bh) { in obsolete_rgrp()
779 buffer_busy(rgd->rd_bits->bi_bh) ? 1 : 0, in obsolete_rgrp()
780 buffer_pinned(rgd->rd_bits->bi_bh), in obsolete_rgrp()
Dincore.h92 struct buffer_head *bi_bh; member