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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c453 * last_eb_bh is required as we have to update it's next_leaf pointer
464 struct buffer_head *last_eb_bh,
479 BUG_ON(!last_eb_bh);
510 eb = (struct ocfs2_extent_block *)last_eb_bh->b_data;
571 status = ocfs2_journal_access(handle, inode, last_eb_bh,
604 eb = (struct ocfs2_extent_block *) last_eb_bh->b_data;
607 status = ocfs2_journal_dirty(handle, last_eb_bh);
2179 struct buffer_head **last_eb_bh,
2286 *last_eb_bh = bh;
2307 struct buffer_head *last_eb_bh local
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
2177 ocfs2_figure_insert_type(struct inode *inode, struct buffer_head *di_bh, struct buffer_head **last_eb_bh, struct ocfs2_extent_rec *insert_rec, struct ocfs2_insert_type *insert) argument
3260 struct buffer_head *last_eb_bh = NULL; local
3765 struct buffer_head *last_eb_bh = NULL; local
[all...]

Completed in 49 milliseconds