Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dibalance.c37 src_bi->bi_bh = PATH_H_PBUFFER(tb->tb_path, h); in internal_define_dest_src_infos()
41 dest_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos()
49 src_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos()
53 dest_bi->bi_bh = PATH_H_PBUFFER(tb->tb_path, h); in internal_define_dest_src_infos()
62 src_bi->bi_bh = tb->R[h]; in internal_define_dest_src_infos()
66 dest_bi->bi_bh = PATH_H_PBUFFER(tb->tb_path, h); in internal_define_dest_src_infos()
75 src_bi->bi_bh = PATH_H_PBUFFER(tb->tb_path, h); in internal_define_dest_src_infos()
79 dest_bi->bi_bh = tb->R[h]; in internal_define_dest_src_infos()
88 dest_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos()
95 dest_bi->bi_bh = PATH_H_PBUFFER(tb->tb_path, h); in internal_define_dest_src_infos()
[all …]
Dlbalance.c28 struct buffer_head *dest = dest_bi->bi_bh; in leaf_copy_dir_entries()
130 struct buffer_head *dest = dest_bi->bi_bh; in leaf_copy_boundary_item()
303 dest = dest_bi->bi_bh; in leaf_copy_items_entirely()
385 struct buffer_head *dest = dest_bi->bi_bh; in leaf_item_bottle()
481 dest = dest_bi->bi_bh; in leaf_copy_items()
569 src_bi->bi_bh = PATH_PLAST_BUFFER(tb->tb_path); in leaf_define_dest_src_infos()
573 dest_bi->bi_bh = tb->L[0]; in leaf_define_dest_src_infos()
581 src_bi->bi_bh = PATH_PLAST_BUFFER(tb->tb_path); in leaf_define_dest_src_infos()
585 dest_bi->bi_bh = tb->R[0]; in leaf_define_dest_src_infos()
593 src_bi->bi_bh = tb->R[0]; in leaf_define_dest_src_infos()
[all …]
Ddo_balan.c28 bi->bi_bh = tb->L[0]; in buffer_info_init_left()
37 bi->bi_bh = tb->R[0]; in buffer_info_init_right()
46 bi->bi_bh = PATH_PLAST_BUFFER(tb->tb_path); in buffer_info_init_tbS0()
56 bi->bi_bh = bh; in buffer_info_init_bh()
1654 RFALSE(bi->bi_bh == NULL, "PAP-12295: pointer to the buffer is NULL"); in make_empty_node()
1656 blkh = B_BLK_HEAD(bi->bi_bh); in make_empty_node()
1658 set_blkh_free_space(blkh, MAX_CHILD_SIZE(bi->bi_bh)); in make_empty_node()
Dreiserfs.h2156 struct buffer_head *bi_bh; member
/linux-3.4.99/fs/gfs2/
Drgrp.c287 bi->bi_bh->b_data + in gfs2_rgrp_verify()
764 error = gfs2_meta_read(gl, rgd->rd_addr + x, 0, &bi->bi_bh); in gfs2_rgrp_go_lock()
771 error = gfs2_meta_wait(sdp, bi->bi_bh); in gfs2_rgrp_go_lock()
774 if (gfs2_metatype_check(sdp, bi->bi_bh, y ? GFS2_METATYPE_RB : in gfs2_rgrp_go_lock()
784 gfs2_rgrp_in(rgd, (rgd->rd_bits[0].bi_bh)->b_data); in gfs2_rgrp_go_lock()
794 brelse(bi->bi_bh); in gfs2_rgrp_go_lock()
795 bi->bi_bh = NULL; in gfs2_rgrp_go_lock()
815 brelse(bi->bi_bh); in gfs2_rgrp_go_unlock()
816 bi->bi_bh = NULL; in gfs2_rgrp_go_unlock()
838 const u8 *clone = bi->bi_clone ? bi->bi_clone : bi->bi_bh->b_data; in gfs2_rgrp_send_discards()
[all …]
Dincore.h75 struct buffer_head *bi_bh; member