Lines Matching refs:di_bh
2191 struct buffer_head *di_bh = NULL; in ocfs2_recover_orphans() local
2224 ret = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_recover_orphans()
2230 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_recover_orphans()
2233 ret = ocfs2_truncate_file(inode, di_bh, in ocfs2_recover_orphans()
2242 di_bh, 0, 0); in ocfs2_recover_orphans()
2248 brelse(di_bh); in ocfs2_recover_orphans()
2249 di_bh = NULL; in ocfs2_recover_orphans()
2347 struct buffer_head *di_bh = NULL; in ocfs2_check_journals_nolocks() local
2352 ret = ocfs2_read_journal_inode(osb, slot, &di_bh, NULL); in ocfs2_check_journals_nolocks()
2358 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_check_journals_nolocks()
2367 brelse(di_bh); in ocfs2_check_journals_nolocks()
2368 di_bh = NULL; in ocfs2_check_journals_nolocks()