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