Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnamei.h73 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dnamei.c670 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_get_index_fh()
702 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_lookup_index()
1159 this = lookup_positive_unlocked(name->name, lowerdir, in ovl_lower_positive()
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dmount.c226 dtmp = lookup_positive_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
/OK3568_Linux_fs/kernel/fs/debugfs/
H A Dinode.c306 dentry = lookup_positive_unlocked(name, parent, strlen(name)); in debugfs_lookup()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.c765 child = lookup_positive_unlocked(p, dentry, s - p); in cifs_get_root()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs3xdr.c877 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
H A Dnfs4xdr.c3299 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c2698 struct dentry *lookup_positive_unlocked(const char *name, in lookup_positive_unlocked() function
2708 EXPORT_SYMBOL(lookup_positive_unlocked);
/OK3568_Linux_fs/kernel/fs/quota/
H A Ddquot.c2507 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()