Searched refs:eb_bh (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/ocfs2/
H A Dextent_map.c279 struct buffer_head *eb_bh = NULL; local
283 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh);
289 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
296 (unsigned long long)eb_bh->b_blocknr);
308 brelse(eb_bh);
340 * eb_bh is NULL. Otherwise, eb_bh should point to the extent block
345 struct buffer_head *eb_bh,
355 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) {
356 eb = (struct ocfs2_extent_block *)eb_bh
343 ocfs2_figure_hole_clusters(struct ocfs2_caching_info *ci, struct ocfs2_extent_list *el, struct buffer_head *eb_bh, u32 v_cluster, u32 *num_clusters) argument
407 struct buffer_head *eb_bh = NULL; local
536 struct buffer_head *eb_bh = NULL; local
[all...]
H A Dextent_map.h57 struct buffer_head *eb_bh,
H A Drefcounttree.c1068 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; local
1085 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh);
1091 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
1098 (unsigned long long)eb_bh->b_blocknr);
1136 brelse(eb_bh);
2637 struct buffer_head *eb_bh = NULL; local
2647 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh);
2653 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
2660 (unsigned long long)eb_bh->b_blocknr);
2803 brelse(eb_bh);
[all...]
H A Dalloc.c661 * This will not take an additional reference on eb_bh.
664 struct buffer_head *eb_bh)
666 struct ocfs2_extent_block *eb = (struct ocfs2_extent_block *)eb_bh->b_data;
676 path->p_node[index].bh = eb_bh;
953 struct buffer_head *eb_bh = NULL; local
961 &eb_bh);
966 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
981 brelse(eb_bh);
1141 * Add an entire tree branch to our inode. eb_bh is the extent block
1153 struct buffer_head *eb_bh,
663 ocfs2_path_insert_eb(struct ocfs2_path *path, int index, struct buffer_head *eb_bh) argument
1151 ocfs2_add_branch(handle_t *handle, struct ocfs2_extent_tree *et, struct buffer_head *eb_bh, struct buffer_head **last_eb_bh, struct ocfs2_alloc_context *meta_ac) argument
[all...]
H A Ddir.c771 struct buffer_head *eb_bh = NULL; local
777 &eb_bh);
783 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
790 (unsigned long long)eb_bh->b_blocknr);
822 brelse(eb_bh);
H A Dxattr.c3687 struct buffer_head *eb_bh = NULL; local
3694 &eb_bh);
3700 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
3707 (unsigned long long)eb_bh->b_blocknr);
3734 brelse(eb_bh);

Completed in 173 milliseconds