Lines Matching refs:di_bh

2564 	struct buffer_head *di_bh = NULL;  in ocfs2_dio_orphan_recovered()  local
2567 ret = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_dio_orphan_recovered()
2573 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_dio_orphan_recovered()
2576 brelse(di_bh); in ocfs2_dio_orphan_recovered()
2588 struct buffer_head *di_bh = NULL; in ocfs2_add_inode_to_orphan() local
2594 status = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_add_inode_to_orphan()
2600 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_add_inode_to_orphan()
2607 brelse(di_bh); in ocfs2_add_inode_to_orphan()
2631 status = ocfs2_orphan_add(osb, handle, inode, di_bh, orphan_name, in ocfs2_add_inode_to_orphan()
2647 brelse(di_bh); in ocfs2_add_inode_to_orphan()
2659 struct buffer_head *di_bh = NULL; in ocfs2_del_inode_from_orphan() local
2664 status = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_del_inode_from_orphan()
2669 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_del_inode_from_orphan()
2707 di_bh, in ocfs2_del_inode_from_orphan()
2718 status = ocfs2_set_inode_size(handle, inode, di_bh, end); in ocfs2_del_inode_from_orphan()
2722 ocfs2_journal_dirty(handle, di_bh); in ocfs2_del_inode_from_orphan()
2735 brelse(di_bh); in ocfs2_del_inode_from_orphan()
2752 struct buffer_head *di_bh = NULL; in ocfs2_mv_orphaned_inode_to_new() local
2807 status = ocfs2_read_inode_block(inode, &di_bh); in ocfs2_mv_orphaned_inode_to_new()
2822 di_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_mv_orphaned_inode_to_new()
2835 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_mv_orphaned_inode_to_new()
2841 ocfs2_journal_dirty(handle, di_bh); in ocfs2_mv_orphaned_inode_to_new()
2870 brelse(di_bh); in ocfs2_mv_orphaned_inode_to_new()