Lines Matching refs:name
372 * dentry with the same name as the real dentry. Otherwise, we need to consult
381 struct name_snapshot name;
385 * Lookup child overlay dentry by real name. The dir mutex protects us
398 * We also need to take a snapshot of real dentry name to protect us
400 * care about returning ESTALE, only from dereferencing a free name
403 take_dentry_name_snapshot(&name, real);
409 this = lookup_one_len(name.name.name, connected, name.name.len);
410 release_dentry_name_snapshot(&name);
860 static int ovl_get_name(struct dentry *parent, char *name,