Lines Matching refs:di_bh
2180 struct buffer_head *di_bh = NULL; in ocfs2_recover_orphans() local
2213 ret = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_recover_orphans()
2219 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_recover_orphans()
2222 ret = ocfs2_truncate_file(inode, di_bh, in ocfs2_recover_orphans()
2231 di_bh, 0, 0); in ocfs2_recover_orphans()
2237 brelse(di_bh); in ocfs2_recover_orphans()
2238 di_bh = NULL; in ocfs2_recover_orphans()
2336 struct buffer_head *di_bh = NULL; in ocfs2_check_journals_nolocks() local
2341 ret = ocfs2_read_journal_inode(osb, slot, &di_bh, NULL); in ocfs2_check_journals_nolocks()
2347 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_check_journals_nolocks()
2356 brelse(di_bh); in ocfs2_check_journals_nolocks()
2357 di_bh = NULL; in ocfs2_check_journals_nolocks()