Lines Matching refs:rename
68 .rename = afs_rename,
421 /* Don't expose silly rename entries to userspace. */
1793 if (op->rename.rehash) {
1794 d_rehash(op->rename.rehash);
1795 op->rename.rehash = NULL;
1811 if (!op->rename.new_negative)
1846 if (op->rename.rehash)
1847 d_rehash(op->rename.rehash);
1848 dput(op->rename.tmp);
1862 * rename a file in an AFS filesystem and/or move it between directories
1875 /* Don't allow silly-rename files be moved around. */
1904 op->rename.new_negative = d_is_negative(new_dentry);
1908 * make a copy of the dentry and then do a silly-rename. If the
1909 * silly-rename succeeds, the copied dentry is hashed and becomes the
1914 * rename, we unhash the dentry in advance.
1918 op->rename.rehash = new_dentry;
1924 op->rename.tmp = d_alloc(new_dentry->d_parent,
1926 if (!op->rename.tmp)
1935 op->dentry_2 = op->rename.tmp;
1936 op->rename.rehash = NULL;
1937 op->rename.new_negative = true;