Lines Matching refs:rename
70 .rename = afs_rename,
1836 if (op->rename.rehash) {
1837 d_rehash(op->rename.rehash);
1838 op->rename.rehash = NULL;
1854 if (!op->rename.new_negative)
1889 if (op->rename.rehash)
1890 d_rehash(op->rename.rehash);
1891 dput(op->rename.tmp);
1905 * rename a file in an AFS filesystem and/or move it between directories
1918 /* Don't allow silly-rename files be moved around. */
1952 op->rename.new_negative = d_is_negative(new_dentry);
1956 * make a copy of the dentry and then do a silly-rename. If the
1957 * silly-rename succeeds, the copied dentry is hashed and becomes the
1962 * rename, we unhash the dentry in advance.
1966 op->rename.rehash = new_dentry;
1971 op->rename.tmp = d_alloc(new_dentry->d_parent,
1973 if (!op->rename.tmp) {
1986 op->dentry_2 = op->rename.tmp;
1987 op->rename.rehash = NULL;
1988 op->rename.new_negative = true;