Lines Matching refs:parent
2162 struct inode *parent, in ocfs2_fill_initial_dirents() argument
2176 de->inode = cpu_to_le64(OCFS2_I(parent)->ip_blkno); in ocfs2_fill_initial_dirents()
2191 struct inode *parent, in ocfs2_fill_new_dir_id() argument
2207 ocfs2_fill_initial_dirents(inode, parent, data->id_data, size); in ocfs2_fill_new_dir_id()
2224 struct inode *parent, in ocfs2_fill_new_dir_el() argument
2236 size = ocfs2_dir_trailer_blk_off(parent->i_sb); in ocfs2_fill_new_dir_el()
2255 de = ocfs2_fill_initial_dirents(inode, parent, new_bh->b_data, size); in ocfs2_fill_new_dir_el()
2519 struct inode *parent, in ocfs2_fill_new_dir_dx() argument
2543 ret = ocfs2_fill_new_dir_el(osb, handle, parent, inode, di_bh, in ocfs2_fill_new_dir_dx()
2574 struct inode *parent, in ocfs2_fill_new_dir() argument
2584 return ocfs2_fill_new_dir_id(osb, handle, parent, inode, fe_bh); in ocfs2_fill_new_dir()
2587 return ocfs2_fill_new_dir_dx(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
2590 return ocfs2_fill_new_dir_el(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()