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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dextent_map.c294 struct buffer_head *eb_bh = NULL; local
298 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh);
304 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
311 (unsigned long long)eb_bh->b_blocknr);
323 brelse(eb_bh);
355 * eb_bh is NULL. Otherwise, eb_bh should point to the extent block
360 struct buffer_head *eb_bh,
370 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) {
371 eb = (struct ocfs2_extent_block *)eb_bh
358 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
422 struct buffer_head *eb_bh = NULL; local
550 struct buffer_head *eb_bh = NULL; local
[all...]
H A Dextent_map.h67 struct buffer_head *eb_bh,
H A Drefcounttree.c1073 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; local
1090 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh);
1096 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
1104 (unsigned long long)eb_bh->b_blocknr);
1143 brelse(eb_bh);
2643 struct buffer_head *eb_bh = NULL; local
2653 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh);
2659 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
2666 (unsigned long long)eb_bh->b_blocknr);
2810 brelse(eb_bh);
[all...]
H A Dalloc.c668 * This will not take an additional reference on eb_bh.
671 struct buffer_head *eb_bh)
673 struct ocfs2_extent_block *eb = (struct ocfs2_extent_block *)eb_bh->b_data;
683 path->p_node[index].bh = eb_bh;
966 struct buffer_head *eb_bh = NULL; local
976 &eb_bh);
981 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
989 brelse(eb_bh);
1152 * Add an entire tree branch to our inode. eb_bh is the extent block
1164 struct buffer_head *eb_bh,
670 ocfs2_path_insert_eb(struct ocfs2_path *path, int index, struct buffer_head *eb_bh) argument
1162 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.c793 struct buffer_head *eb_bh = NULL; local
799 &eb_bh);
805 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
812 (unsigned long long)eb_bh->b_blocknr);
845 brelse(eb_bh);
H A Dxattr.c3663 struct buffer_head *eb_bh = NULL; local
3670 &eb_bh);
3676 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
3683 (unsigned long long)eb_bh->b_blocknr);
3712 brelse(eb_bh);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dextent_map.c294 struct buffer_head *eb_bh = NULL; local
298 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh);
304 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
311 (unsigned long long)eb_bh->b_blocknr);
323 brelse(eb_bh);
355 * eb_bh is NULL. Otherwise, eb_bh should point to the extent block
360 struct buffer_head *eb_bh,
370 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) {
371 eb = (struct ocfs2_extent_block *)eb_bh
358 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
422 struct buffer_head *eb_bh = NULL; local
550 struct buffer_head *eb_bh = NULL; local
[all...]
H A Dextent_map.h67 struct buffer_head *eb_bh,
H A Drefcounttree.c1073 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; local
1090 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh);
1096 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
1104 (unsigned long long)eb_bh->b_blocknr);
1143 brelse(eb_bh);
2643 struct buffer_head *eb_bh = NULL; local
2653 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh);
2659 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
2666 (unsigned long long)eb_bh->b_blocknr);
2810 brelse(eb_bh);
[all...]
H A Dalloc.c668 * This will not take an additional reference on eb_bh.
671 struct buffer_head *eb_bh)
673 struct ocfs2_extent_block *eb = (struct ocfs2_extent_block *)eb_bh->b_data;
683 path->p_node[index].bh = eb_bh;
966 struct buffer_head *eb_bh = NULL; local
976 &eb_bh);
981 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
989 brelse(eb_bh);
1152 * Add an entire tree branch to our inode. eb_bh is the extent block
1164 struct buffer_head *eb_bh,
670 ocfs2_path_insert_eb(struct ocfs2_path *path, int index, struct buffer_head *eb_bh) argument
1162 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.c793 struct buffer_head *eb_bh = NULL; local
799 &eb_bh);
805 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
812 (unsigned long long)eb_bh->b_blocknr);
845 brelse(eb_bh);
H A Dxattr.c3663 struct buffer_head *eb_bh = NULL; local
3670 &eb_bh);
3676 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
3683 (unsigned long long)eb_bh->b_blocknr);
3712 brelse(eb_bh);

Completed in 229 milliseconds