Lines Matching defs:alias
489 struct dentry *alias;
546 alias = d_splice_alias(inode, dentry);
548 if (alias) {
549 if (IS_ERR(alias))
552 dentry = alias;
1097 * Iterates through the dentries in the inode alias list and clears
1105 struct dentry *alias;
1110 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) {
1111 spin_lock(&alias->d_lock);
1112 nfs_unset_verifier_delegated(&alias->d_time);
1113 spin_unlock(&alias->d_lock);