Lines Matching defs:alias
40 * alias (the shortname of logname). So, the parent may have the
41 * negative-dentry which matches the created 8.3 alias.
247 * 1) Valid characters for the 8.3 format alias are any combination of
640 /* build the entry of 8.3 alias name */
707 struct dentry *alias;
728 alias = d_find_alias(inode);
730 * Checking "alias->d_parent == dentry->d_parent" to make sure
733 if (alias && alias->d_parent == dentry->d_parent) {
737 * another name (longname vs 8.3 alias of it) in past.
742 d_move(alias, dentry);
745 return alias;
747 dput(alias);