Lines Matching refs:ndir
1365 * @ndir: Parent directory of new file name
1372 struct inode *ndir, struct dentry *ndentry)
1375 struct gfs2_inode *ndip = GFS2_I(ndir);
1493 error = gfs2_permission(ndir, MAY_WRITE | MAY_EXEC);
1497 error = gfs2_dir_check(ndir, &ndentry->d_name, NULL);
1534 error = gfs2_diradd_alloc_required(ndir, &ndentry->d_name, &da);
1573 error = gfs2_dir_add(ndir, &ndentry->d_name, ip, &da);
1607 * @ndir: Parent directory of new file name
1615 struct inode *ndir, struct dentry *ndentry,
1619 struct gfs2_inode *ndip = GFS2_I(ndir);
1751 struct inode *ndir, struct dentry *ndentry,
1760 return gfs2_exchange(odir, odentry, ndir, ndentry, flags);
1762 return gfs2_rename(odir, odentry, ndir, ndentry);