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