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

/linux-master/fs/gfs2/
H A Dinode.c1391 * @odentry: The old dentry of the file
1398 static int gfs2_rename(struct inode *odir, struct dentry *odentry, argument
1403 struct gfs2_inode *ip = GFS2_I(d_inode(odentry));
1492 error = gfs2_unlink_ok(odip, &odentry->d_name, ip);
1557 error = gfs2_permission(&nop_mnt_idmap, d_inode(odentry),
1599 error = gfs2_dir_del(odip, odentry);
1636 * @odentry: The old dentry of the file
1644 static int gfs2_exchange(struct inode *odir, struct dentry *odentry, argument
1650 struct gfs2_inode *oip = GFS2_I(odentry->d_inode);
1713 error = gfs2_unlink_ok(odip, &odentry
1782 gfs2_rename2(struct mnt_idmap *idmap, struct inode *odir, struct dentry *odentry, struct inode *ndir, struct dentry *ndentry, unsigned int flags) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_iops.c447 struct dentry *odentry,
465 error = xfs_dentry_mode_to_name(&oname, odentry, omode);
470 d_inode(odentry)->i_mode);
475 XFS_I(d_inode(odentry)), XFS_I(ndir), &nname,
444 xfs_vn_rename( struct mnt_idmap *idmap, struct inode *odir, struct dentry *odentry, struct inode *ndir, struct dentry *ndentry, unsigned int flags) argument
/linux-master/fs/nfsd/
H A Dvfs.c1816 struct dentry *fdentry, *tdentry, *odentry, *ndentry, *trap; local
1864 odentry = lookup_one_len(fname, fdentry, flen);
1865 host_err = PTR_ERR(odentry);
1866 if (IS_ERR(odentry))
1870 if (d_really_is_negative(odentry))
1873 if (odentry == trap)
1892 .old_dentry = odentry,
1903 if (!nfsd_wait_for_delegreturn(rqstp, d_inode(odentry)))
1915 dput(odentry);

Completed in 115 milliseconds