Lines Matching refs:fe_bh
88 struct buffer_head *fe_bh,
676 struct buffer_head *fe_bh = NULL; in ocfs2_link() local
749 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link()
756 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link()
773 err = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_link()
785 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link()
815 brelse(fe_bh); in ocfs2_link()
868 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local
914 status = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_unlink()
957 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_unlink()
964 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_unlink()
977 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_unlink()
992 status = ocfs2_orphan_add(osb, handle, inode, fe_bh, in ocfs2_unlink()
1014 brelse(fe_bh); in ocfs2_unlink()
2174 struct buffer_head *fe_bh, in ocfs2_orphan_add() argument
2183 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_add()
2214 fe_bh, in ocfs2_orphan_add()
2254 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_add()