Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnamei.h78 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
/openbmc/linux/fs/kernfs/
H A Dmount.c238 dtmp = lookup_positive_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
/openbmc/linux/fs/debugfs/
H A Dinode.c334 dentry = lookup_positive_unlocked(name, parent, strlen(name)); in debugfs_lookup()
/openbmc/linux/fs/smb/client/
H A Dcached_dir.c97 child = lookup_positive_unlocked(p, dentry, s - p); in path_to_dentry()
H A Dcifsfs.c880 child = lookup_positive_unlocked(p, dentry, s - p); in cifs_get_root()
/openbmc/linux/fs/cachefiles/
H A Dnamei.c632 dentry = lookup_positive_unlocked(object->d_name, fan, in cachefiles_look_up_object()
/openbmc/linux/fs/nfsd/
H A Dnfs3xdr.c1007 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
H A Dnfs4xdr.c3541 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
/openbmc/linux/fs/overlayfs/
H A Dnamei.c744 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_get_index_fh()
/openbmc/linux/fs/
H A Dnamei.c2873 struct dentry *lookup_positive_unlocked(const char *name, in lookup_positive_unlocked() function
2878 EXPORT_SYMBOL(lookup_positive_unlocked);
/openbmc/linux/fs/quota/
H A Ddquot.c2573 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()