Home
last modified time | relevance | path

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

/fs/kernfs/
Dmount.c227 dtmp = lookup_positive_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
/fs/smb/client/
Dcached_dir.c95 child = lookup_positive_unlocked(p, dentry, s - p); in path_to_dentry()
Dcifsfs.c867 child = lookup_positive_unlocked(p, dentry, s - p); in cifs_get_root()
/fs/debugfs/
Dinode.c335 dentry = lookup_positive_unlocked(name, parent, strlen(name)); in debugfs_lookup()
/fs/cachefiles/
Dnamei.c631 dentry = lookup_positive_unlocked(object->d_name, fan, in cachefiles_look_up_object()
/fs/overlayfs/
Dnamei.c681 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_get_index_fh()
/fs/nfsd/
Dnfs3xdr.c1004 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
Dnfs4xdr.c3466 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
/fs/
Dnamei.c2868 struct dentry *lookup_positive_unlocked(const char *name, in lookup_positive_unlocked() function
2873 EXPORT_SYMBOL(lookup_positive_unlocked);
/fs/quota/
Ddquot.c2599 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()