Lines Matching refs:eb_bh
1070 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL;
1087 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh);
1093 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
1100 (unsigned long long)eb_bh->b_blocknr);
1138 brelse(eb_bh);
2639 struct buffer_head *eb_bh = NULL;
2649 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh);
2655 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
2662 (unsigned long long)eb_bh->b_blocknr);
2805 brelse(eb_bh);
2806 eb_bh = NULL;
2810 &eb_bh);
2816 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
2823 brelse(eb_bh);