Lines Matching refs:fe_bh
292 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument
301 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size()
338 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument
364 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos()
372 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument
385 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate()
401 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate()
422 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate()
428 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate()
539 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument
548 ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(inode), fe_bh); in ocfs2_add_inode_data()