Lines Matching defs:parent_fe_bh
61 struct buffer_head *parent_fe_bh,
231 struct buffer_head *parent_fe_bh = NULL;
267 status = ocfs2_inode_lock(dir, &parent_fe_bh, 1);
279 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data;
292 status = ocfs2_prepare_dir_for_insert(osb, dir, parent_fe_bh,
328 status = ocfs2_calc_xattr_init(dir, parent_fe_bh, mode,
380 &new_fe_bh, parent_fe_bh, handle,
397 parent_fe_bh,
404 ocfs2_journal_dirty(handle, parent_fe_bh);
408 status = ocfs2_init_acl(handle, inode, dir, new_fe_bh, parent_fe_bh,
440 OCFS2_I(inode)->ip_blkno, parent_fe_bh,
471 brelse(parent_fe_bh);
509 struct buffer_head *parent_fe_bh,
623 struct buffer_head *parent_fe_bh,
633 status = ocfs2_claim_new_inode(handle, dir, parent_fe_bh,
642 parent_fe_bh, handle, inode_ac,
687 struct buffer_head *parent_fe_bh = NULL;
708 &parent_fe_bh, dir, 0);
717 if (!parent_fe_bh) {
719 parent_fe_bh = old_dir_bh;
720 get_bh(parent_fe_bh);
754 err = ocfs2_prepare_dir_for_insert(osb, dir, parent_fe_bh,
802 parent_fe_bh, &lookup);
829 brelse(parent_fe_bh);
1799 struct buffer_head *parent_fe_bh = NULL;
1835 status = ocfs2_inode_lock(dir, &parent_fe_bh, 1);
1842 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data;
1854 status = ocfs2_prepare_dir_for_insert(osb, dir, parent_fe_bh,
1932 0, &new_fe_bh, parent_fe_bh, handle,
2014 le64_to_cpu(fe->i_blkno), parent_fe_bh,
2040 brelse(parent_fe_bh);