Lines Matching refs:fe_bh
300 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument
309 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size()
346 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument
372 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos()
380 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument
393 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate()
409 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate()
430 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate()
436 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate()
543 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument
552 ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(inode), fe_bh); in ocfs2_add_inode_data()