Searched refs:parent_di_bh (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/ocfs2/
H A Dnamei.c2500 struct buffer_head *parent_di_bh = NULL; ocfs2_create_inode_in_orphan() local
2507 status = ocfs2_inode_lock(dir, &parent_di_bh, 1); ocfs2_create_inode_in_orphan()
2514 status = ocfs2_prep_new_orphaned_file(dir, parent_di_bh, ocfs2_create_inode_in_orphan()
2555 0, &new_di_bh, parent_di_bh, handle, ocfs2_create_inode_in_orphan()
2606 brelse(parent_di_bh); ocfs2_create_inode_in_orphan()
2767 struct buffer_head *parent_di_bh = NULL; ocfs2_mv_orphaned_inode_to_new() local
2781 status = ocfs2_inode_lock(dir, &parent_di_bh, 1); ocfs2_mv_orphaned_inode_to_new()
2788 dir_di = (struct ocfs2_dinode *) parent_di_bh->b_data; ocfs2_mv_orphaned_inode_to_new()
2801 status = ocfs2_prepare_dir_for_insert(osb, dir, parent_di_bh, ocfs2_mv_orphaned_inode_to_new()
2865 OCFS2_I(inode)->ip_blkno, parent_di_bh, ocfs2_mv_orphaned_inode_to_new()
2892 brelse(parent_di_bh); ocfs2_mv_orphaned_inode_to_new()
H A Dsuballoc.c2016 struct buffer_head *parent_di_bh, ocfs2_init_inode_ac_group()
2019 struct ocfs2_dinode *di = (struct ocfs2_dinode *)parent_di_bh->b_data; ocfs2_init_inode_ac_group()
2015 ocfs2_init_inode_ac_group(struct inode *dir, struct buffer_head *parent_di_bh, struct ocfs2_alloc_context *ac) ocfs2_init_inode_ac_group() argument

Completed in 82 milliseconds