/kernel/linux/linux-5.10/include/linux/ |
H A D | namei.h | 70 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | namei.h | 78 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | namei.c | 669 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_get_index_fh() 701 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()
|
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | mount.c | 226 dtmp = lookup_positive_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
|
/kernel/linux/linux-6.6/fs/kernfs/ |
H A D | mount.c | 238 dtmp = lookup_positive_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
|
/kernel/linux/linux-5.10/fs/debugfs/ |
H A D | inode.c | 311 dentry = lookup_positive_unlocked(name, parent, strlen(name)); in debugfs_lookup()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cached_dir.c | 97 child = lookup_positive_unlocked(p, dentry, s - p); in path_to_dentry() 187 * Skip any prefix paths in @path as lookup_positive_unlocked() ends up in open_cached_dir()
|
H A D | cifsfs.c | 876 child = lookup_positive_unlocked(p, dentry, s - p); in cifs_get_root()
|
/kernel/linux/linux-6.6/fs/debugfs/ |
H A D | inode.c | 334 dentry = lookup_positive_unlocked(name, parent, strlen(name)); in debugfs_lookup()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | namei.c | 632 dentry = lookup_positive_unlocked(object->d_name, fan, in cachefiles_look_up_object()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs3xdr.c | 877 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
|
H A D | nfs4xdr.c | 3299 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsfs.c | 771 child = lookup_positive_unlocked(p, dentry, s - p); in cifs_get_root()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs3xdr.c | 1007 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
|
H A D | nfs4xdr.c | 3541 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | namei.c | 744 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_get_index_fh()
|
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 2621 struct dentry *lookup_positive_unlocked(const char *name, in lookup_positive_unlocked() function 2631 EXPORT_SYMBOL(lookup_positive_unlocked); variable
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 2873 struct dentry *lookup_positive_unlocked(const char *name, in lookup_positive_unlocked() function 2878 EXPORT_SYMBOL(lookup_positive_unlocked); variable
|
/kernel/linux/linux-5.10/fs/quota/ |
H A D | dquot.c | 2610 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | dquot.c | 2573 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()
|