Searched refs:lookup_positive_unlocked (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | namei.h | 72 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
|
| /Linux-v5.10/fs/overlayfs/ |
| D | namei.c | 669 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_get_index_fh() 701 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_lookup_index() 1157 this = lookup_positive_unlocked(name->name, lowerdir, in ovl_lower_positive()
|
| /Linux-v5.10/fs/kernfs/ |
| D | mount.c | 226 dtmp = lookup_positive_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
|
| /Linux-v5.10/fs/debugfs/ |
| D | inode.c | 306 dentry = lookup_positive_unlocked(name, parent, strlen(name)); in debugfs_lookup()
|
| /Linux-v5.10/fs/cifs/ |
| D | cifsfs.c | 765 child = lookup_positive_unlocked(p, dentry, s - p); in cifs_get_root()
|
| /Linux-v5.10/fs/nfsd/ |
| D | nfs3xdr.c | 872 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
|
| D | nfs4xdr.c | 3299 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
|
| /Linux-v5.10/fs/ |
| D | namei.c | 2605 struct dentry *lookup_positive_unlocked(const char *name, in lookup_positive_unlocked() function 2615 EXPORT_SYMBOL(lookup_positive_unlocked);
|
| /Linux-v5.10/fs/quota/ |
| D | dquot.c | 2492 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()
|