Searched refs:odentry (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.c1713 struct dentry *fdentry, *tdentry, *odentry, *ndentry, *trap; local
1746 odentry = lookup_one_len(fname, fdentry, flen);
1747 host_err = PTR_ERR(odentry);
1748 if (IS_ERR(odentry))
1752 if (!odentry->d_inode)
1755 if (odentry == trap)
1767 ((atomic_read(&odentry->d_count) > 1)
1780 host_err = vfs_rename(fdir, odentry, tdir, ndentry);
1792 dput(odentry);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dops_inode.c732 * @odentry: The old dentry of the file
739 static int gfs2_rename(struct inode *odir, struct dentry *odentry, argument
744 struct gfs2_inode *ip = GFS2_I(odentry->d_inode);
806 error = gfs2_unlink_ok(odip, &odentry->d_name, ip);
865 error = gfs2_permission(odentry->d_inode, MAY_WRITE);
947 error = gfs2_dir_del(odip, &odentry->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_iops.c422 struct dentry *odentry,
430 xfs_dentry_to_name(&oname, odentry);
433 return -xfs_rename(XFS_I(odir), &oname, XFS_I(odentry->d_inode),
420 xfs_vn_rename( struct inode *odir, struct dentry *odentry, struct inode *ndir, struct dentry *ndentry) argument

Completed in 122 milliseconds