Lines Matching refs:ndentry
1391 * @ndentry: The new dentry of the file
1397 struct inode *ndir, struct dentry *ndentry)
1414 if (d_really_is_positive(ndentry)) {
1415 nip = GFS2_I(d_inode(ndentry));
1497 error = gfs2_unlink_ok(ndip, &ndentry->d_name, nip);
1523 error = gfs2_dir_check(ndir, &ndentry->d_name, NULL);
1562 error = gfs2_diradd_alloc_required(ndir, &ndentry->d_name, &da);
1591 error = gfs2_unlink_inode(ndip, ndentry);
1601 error = gfs2_dir_add(ndir, &ndentry->d_name, ip, &da);
1636 * @ndentry: The new dentry of the file
1643 struct inode *ndir, struct dentry *ndentry,
1649 struct gfs2_inode *nip = GFS2_I(ndentry->d_inode);
1714 error = gfs2_unlink_ok(ndip, &ndentry->d_name, nip);
1725 error = gfs2_permission(&nop_mnt_idmap, ndentry->d_inode,
1742 error = gfs2_dir_mvino(ndip, &ndentry->d_name, oip,
1782 struct dentry *ndentry, unsigned int flags)
1790 return gfs2_exchange(odir, odentry, ndir, ndentry, flags);
1792 return gfs2_rename(odir, odentry, ndir, ndentry);