Lines Matching defs:ndir
1479 * @ndir: Parent directory of new file name
1486 struct inode *ndir, struct dentry *ndentry)
1489 struct gfs2_inode *ndip = GFS2_I(ndir);
1607 error = gfs2_permission(&nop_mnt_idmap, ndir,
1612 error = gfs2_dir_check(ndir, &ndentry->d_name, NULL);
1651 error = gfs2_diradd_alloc_required(ndir, &ndentry->d_name, &da);
1690 error = gfs2_dir_add(ndir, &ndentry->d_name, ip, &da);
1724 * @ndir: Parent directory of new file name
1732 struct inode *ndir, struct dentry *ndentry,
1736 struct gfs2_inode *ndip = GFS2_I(ndir);
1870 struct dentry *odentry, struct inode *ndir,
1879 return gfs2_exchange(odir, odentry, ndir, ndentry, flags);
1881 return gfs2_rename(odir, odentry, ndir, ndentry);