Lines Matching refs:parent_di_bh
2522 struct buffer_head *parent_di_bh = NULL; in ocfs2_create_inode_in_orphan() local
2529 status = ocfs2_inode_lock(dir, &parent_di_bh, 1); in ocfs2_create_inode_in_orphan()
2536 status = ocfs2_prep_new_orphaned_file(dir, parent_di_bh, in ocfs2_create_inode_in_orphan()
2577 0, &new_di_bh, parent_di_bh, handle, in ocfs2_create_inode_in_orphan()
2627 brelse(parent_di_bh); in ocfs2_create_inode_in_orphan()
2788 struct buffer_head *parent_di_bh = NULL; in ocfs2_mv_orphaned_inode_to_new() local
2802 status = ocfs2_inode_lock(dir, &parent_di_bh, 1); in ocfs2_mv_orphaned_inode_to_new()
2809 dir_di = (struct ocfs2_dinode *) parent_di_bh->b_data; in ocfs2_mv_orphaned_inode_to_new()
2822 status = ocfs2_prepare_dir_for_insert(osb, dir, parent_di_bh, in ocfs2_mv_orphaned_inode_to_new()
2886 OCFS2_I(inode)->ip_blkno, parent_di_bh, in ocfs2_mv_orphaned_inode_to_new()
2913 brelse(parent_di_bh); in ocfs2_mv_orphaned_inode_to_new()