Home
last modified time | relevance | path

Searched refs:bi_bh (Results 1 – 6 of 6) 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()
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()
Dreiserfs.h2590 struct buffer_head *bi_bh; member
/fs/gfs2/
Drgrp.c95 byte1 = bi->bi_bh->b_data + bi->bi_offset + (rbm->offset / GFS2_NBBY); in gfs2_setbit()
96 end = bi->bi_bh->b_data + bi->bi_offset + buflen; in gfs2_setbit()
132 const u8 *buffer = bi->bi_bh->b_data + bi->bi_offset; in gfs2_testbit()
371 start = bi->bi_bh->b_data; in gfs2_free_extlen()
374 end = start + bi->bi_bh->b_size; in gfs2_free_extlen()
458 bi->bi_bh->b_data + in gfs2_rgrp_verify()
1070 struct gfs2_rgrp *str = (struct gfs2_rgrp *)rgd->rd_bits[0].bi_bh->b_data; in gfs2_rgrp_lvb_valid()
1107 buffer = bi->bi_bh->b_data + bi->bi_offset; in count_unlinked()
1108 WARN_ON(!buffer_uptodate(bi->bi_bh)); in count_unlinked()
1142 if (rgd->rd_bits[0].bi_bh != NULL) in gfs2_rgrp_bh_get()
[all …]
Dincore.h70 struct buffer_head *bi_bh; member