Lines Matching refs:fe_bh
306 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument
315 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size()
352 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument
378 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos()
386 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument
399 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate()
415 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate()
436 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate()
442 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate()
553 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument
562 ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(inode), fe_bh); in ocfs2_add_inode_data()