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

/linux-master/fs/ocfs2/
H A Dnamei.c2518 struct buffer_head *parent_di_bh = NULL; local
2525 status = ocfs2_inode_lock(dir, &parent_di_bh, 1);
2532 status = ocfs2_prep_new_orphaned_file(dir, parent_di_bh,
2573 0, &new_di_bh, parent_di_bh, handle,
2623 brelse(parent_di_bh);
2784 struct buffer_head *parent_di_bh = NULL; local
2798 status = ocfs2_inode_lock(dir, &parent_di_bh, 1);
2805 dir_di = (struct ocfs2_dinode *) parent_di_bh->b_data;
2818 status = ocfs2_prepare_dir_for_insert(osb, dir, parent_di_bh,
2882 OCFS2_I(inode)->ip_blkno, parent_di_bh,
[all...]
H A Dsuballoc.c2026 struct buffer_head *parent_di_bh,
2029 struct ocfs2_dinode *di = (struct ocfs2_dinode *)parent_di_bh->b_data;
2025 ocfs2_init_inode_ac_group(struct inode *dir, struct buffer_head *parent_di_bh, struct ocfs2_alloc_context *ac) argument

Completed in 185 milliseconds