Searched refs:eb_bh (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c143 * This will not take an additional reference on eb_bh.
146 struct buffer_head *eb_bh)
148 struct ocfs2_extent_block *eb = (struct ocfs2_extent_block *)eb_bh->b_data;
158 path->p_node[index].bh = eb_bh;
298 struct buffer_head *eb_bh = NULL; local
310 &eb_bh, OCFS2_BH_CACHED, inode);
315 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
324 if (eb_bh)
325 brelse(eb_bh);
449 * Add an entire tree branch to our inode. eb_bh i
145 ocfs2_path_insert_eb(struct ocfs2_path *path, int index, struct buffer_head *eb_bh) argument
459 ocfs2_add_branch(struct ocfs2_super *osb, handle_t *handle, struct inode *inode, struct buffer_head *fe_bh, struct buffer_head *eb_bh, struct buffer_head *last_eb_bh, struct ocfs2_alloc_context *meta_ac) argument
[all...]
H A Dextent_map.c317 * eb_bh is NULL. Otherwise, eb_bh should point to the extent block
322 struct buffer_head *eb_bh,
332 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) {
333 eb = (struct ocfs2_extent_block *)eb_bh->b_data;
418 struct buffer_head *eb_bh = NULL; local
441 ret = ocfs2_find_leaf(inode, el, v_cluster, &eb_bh);
447 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
454 (unsigned long long)eb_bh->b_blocknr);
469 ret = ocfs2_figure_hole_clusters(inode, el, eb_bh,
320 ocfs2_figure_hole_clusters(struct inode *inode, struct ocfs2_extent_list *el, struct buffer_head *eb_bh, u32 v_cluster, u32 *num_clusters) argument
[all...]

Completed in 90 milliseconds