Lines Matching refs:fe_bh
88 struct buffer_head *fe_bh,
692 struct buffer_head *fe_bh = NULL; in ocfs2_link() local
769 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link()
776 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link()
793 err = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_link()
805 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link()
835 brelse(fe_bh); in ocfs2_link()
888 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local
938 status = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_unlink()
981 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_unlink()
988 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_unlink()
1001 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_unlink()
1016 status = ocfs2_orphan_add(osb, handle, inode, fe_bh, in ocfs2_unlink()
1038 brelse(fe_bh); in ocfs2_unlink()
2222 struct buffer_head *fe_bh, in ocfs2_orphan_add() argument
2231 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_add()
2262 fe_bh, in ocfs2_orphan_add()
2302 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_add()