Lines Matching refs:di_bh
760 static int __ocfs2_move_extents_range(struct buffer_head *di_bh,
768 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
780 ocfs2_init_dinode_extent_tree(&context->et, INODE_CACHE(inode), di_bh);
901 struct buffer_head *di_bh = NULL;
918 status = ocfs2_inode_lock(inode, &di_bh, 1);
929 status = __ocfs2_move_extents_range(di_bh, context);
947 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh,
954 di = (struct ocfs2_dinode *)di_bh->b_data;
960 ocfs2_journal_dirty(handle, di_bh);
966 brelse(di_bh);