Lines Matching refs:fe_bh
75 struct buffer_head *fe_bh,
685 struct buffer_head *fe_bh = NULL; in ocfs2_link() local
762 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link()
769 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link()
786 err = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_link()
798 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link()
828 brelse(fe_bh); in ocfs2_link()
881 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local
931 status = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_unlink()
974 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_unlink()
981 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_unlink()
994 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_unlink()
1009 status = ocfs2_orphan_add(osb, handle, inode, fe_bh, in ocfs2_unlink()
1031 brelse(fe_bh); in ocfs2_unlink()
2227 struct buffer_head *fe_bh, in ocfs2_orphan_add() argument
2236 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_add()
2267 fe_bh, in ocfs2_orphan_add()
2307 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_add()