Lines Matching refs:fe_bh
75 struct buffer_head *fe_bh,
683 struct buffer_head *fe_bh = NULL; in ocfs2_link() local
760 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link()
767 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_link()
784 err = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_link()
796 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link()
826 brelse(fe_bh); in ocfs2_link()
879 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local
929 status = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_unlink()
972 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_unlink()
979 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_unlink()
992 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_unlink()
1007 status = ocfs2_orphan_add(osb, handle, inode, fe_bh, in ocfs2_unlink()
1029 brelse(fe_bh); in ocfs2_unlink()
2220 struct buffer_head *fe_bh, in ocfs2_orphan_add() argument
2229 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_add()
2260 fe_bh, in ocfs2_orphan_add()
2300 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_add()