Lines Matching defs:silly
2 /* AFS silly rename handling
58 * Actually perform the silly rename step.
90 * afs_sillyrename - Perform a silly-rename of a dentry
94 * it's still open, the client performs a "silly-rename". That is, it renames
105 unsigned char silly[16];
110 /* We don't allow a dentry to be silly-renamed twice. */
121 /* Create a silly name. Note that the ".__afs" prefix is
124 slen = scnprintf(silly, sizeof(silly), ".__afs%04X", sillycounter);
125 sdentry = lookup_one_len(silly, dentry->d_parent, slen);