Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnamei.h70 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
/linux-6.1.9/fs/kernfs/
Dmount.c227 dtmp = lookup_positive_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
/linux-6.1.9/fs/cifs/
Dcached_dir.c94 child = lookup_positive_unlocked(p, dentry, s - p); in path_to_dentry()
Dcifsfs.c848 child = lookup_positive_unlocked(p, dentry, s - p); in cifs_get_root()
/linux-6.1.9/fs/debugfs/
Dinode.c333 dentry = lookup_positive_unlocked(name, parent, strlen(name)); in debugfs_lookup()
/linux-6.1.9/fs/cachefiles/
Dnamei.c629 dentry = lookup_positive_unlocked(object->d_name, fan, in cachefiles_look_up_object()
/linux-6.1.9/fs/overlayfs/
Dnamei.c681 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_get_index_fh()
/linux-6.1.9/fs/nfsd/
Dnfs3xdr.c1004 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
Dnfs4xdr.c3464 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
/linux-6.1.9/fs/
Dnamei.c2838 struct dentry *lookup_positive_unlocked(const char *name, in lookup_positive_unlocked() function
2843 EXPORT_SYMBOL(lookup_positive_unlocked);
/linux-6.1.9/fs/quota/
Ddquot.c2514 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()