Lines Matching refs:di_bh
2187 struct buffer_head *di_bh = NULL; in ocfs2_recover_orphans() local
2220 ret = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_recover_orphans()
2226 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_recover_orphans()
2229 ret = ocfs2_truncate_file(inode, di_bh, in ocfs2_recover_orphans()
2238 di_bh, 0, 0); in ocfs2_recover_orphans()
2244 brelse(di_bh); in ocfs2_recover_orphans()
2245 di_bh = NULL; in ocfs2_recover_orphans()
2343 struct buffer_head *di_bh = NULL; in ocfs2_check_journals_nolocks() local
2348 ret = ocfs2_read_journal_inode(osb, slot, &di_bh, NULL); in ocfs2_check_journals_nolocks()
2354 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_check_journals_nolocks()
2363 brelse(di_bh); in ocfs2_check_journals_nolocks()
2364 di_bh = NULL; in ocfs2_check_journals_nolocks()