Home
last modified time | relevance | path

Searched refs:lookup_positive_unlocked (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/include/linux/
Dnamei.h72 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
/Linux-v5.10/fs/overlayfs/
Dnamei.c669 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/
Dmount.c226 dtmp = lookup_positive_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
/Linux-v5.10/fs/debugfs/
Dinode.c306 dentry = lookup_positive_unlocked(name, parent, strlen(name)); in debugfs_lookup()
/Linux-v5.10/fs/cifs/
Dcifsfs.c765 child = lookup_positive_unlocked(p, dentry, s - p); in cifs_get_root()
/Linux-v5.10/fs/nfsd/
Dnfs3xdr.c872 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
Dnfs4xdr.c3299 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
/Linux-v5.10/fs/
Dnamei.c2605 struct dentry *lookup_positive_unlocked(const char *name, in lookup_positive_unlocked() function
2615 EXPORT_SYMBOL(lookup_positive_unlocked);
/Linux-v5.10/fs/quota/
Ddquot.c2492 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()