Lines Matching refs:ndir
1390 * @ndir: Parent directory of new file name
1397 struct inode *ndir, struct dentry *ndentry)
1400 struct gfs2_inode *ndip = GFS2_I(ndir);
1518 error = gfs2_permission(&nop_mnt_idmap, ndir,
1523 error = gfs2_dir_check(ndir, &ndentry->d_name, NULL);
1562 error = gfs2_diradd_alloc_required(ndir, &ndentry->d_name, &da);
1601 error = gfs2_dir_add(ndir, &ndentry->d_name, ip, &da);
1635 * @ndir: Parent directory of new file name
1643 struct inode *ndir, struct dentry *ndentry,
1647 struct gfs2_inode *ndip = GFS2_I(ndir);
1781 struct dentry *odentry, struct inode *ndir,
1790 return gfs2_exchange(odir, odentry, ndir, ndentry, flags);
1792 return gfs2_rename(odir, odentry, ndir, ndentry);