Lines Matching refs:di_bh
637 struct buffer_head *di_bh,
646 struct ocfs2_dinode *di = (struct ocfs2_dinode *) di_bh->b_data;
684 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh,
693 ocfs2_journal_dirty(handle, di_bh);
695 ocfs2_remove_from_cache(INODE_CACHE(inode), di_bh);
751 struct buffer_head *di_bh)
757 struct ocfs2_dinode *di = (struct ocfs2_dinode *) di_bh->b_data;
792 status = ocfs2_truncate_for_delete(osb, inode, di_bh);
800 status = ocfs2_dx_dir_truncate(inode, di_bh);
808 status = ocfs2_xattr_remove(inode, di_bh);
814 status = ocfs2_remove_refcount_tree(inode, di_bh);
820 status = ocfs2_remove_inode(inode, di_bh, orphan_dir_inode,
890 struct buffer_head *di_bh,
916 di = (struct ocfs2_dinode *) di_bh->b_data;
998 struct buffer_head *di_bh = NULL;
1046 status = ocfs2_inode_lock(inode, &di_bh, 1);
1054 di = (struct ocfs2_dinode *)di_bh->b_data;
1064 status = ocfs2_query_inode_wipe(inode, di_bh, &wipe);
1081 status = ocfs2_wipe_inode(inode, di_bh);
1101 brelse(di_bh);