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

/linux-master/include/linux/
H A Dnamei.h79 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
/linux-master/fs/kernfs/
H A Dmount.c236 dtmp = lookup_positive_unlocked(kntmp->name, dentry,
/linux-master/fs/debugfs/
H A Dinode.c340 dentry = lookup_positive_unlocked(name, parent, strlen(name));
/linux-master/fs/smb/client/
H A Dcached_dir.c97 child = lookup_positive_unlocked(p, dentry, s - p);
193 * Skip any prefix paths in @path as lookup_positive_unlocked() ends up
H A Dcifsfs.c880 child = lookup_positive_unlocked(p, dentry, s - p);
/linux-master/fs/cachefiles/
H A Dnamei.c634 dentry = lookup_positive_unlocked(object->d_name, fan,
/linux-master/fs/nfsd/
H A Dnfs3xdr.c1004 dchild = lookup_positive_unlocked(name, dparent, namlen);
H A Dnfs4xdr.c3717 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen);
/linux-master/fs/overlayfs/
H A Dnamei.c762 index = lookup_positive_unlocked(name.name, ofs->workdir, name.len);
/linux-master/fs/
H A Dnamei.c2883 struct dentry *lookup_positive_unlocked(const char *name, function
2888 EXPORT_SYMBOL(lookup_positive_unlocked); variable
/linux-master/fs/quota/
H A Ddquot.c2564 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name));

Completed in 192 milliseconds