Searched refs:lookup_positive_unlocked (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/include/linux/ |
D | namei.h | 70 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
|
/linux-6.1.9/fs/kernfs/ |
D | mount.c | 227 dtmp = lookup_positive_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
|
/linux-6.1.9/fs/cifs/ |
D | cached_dir.c | 94 child = lookup_positive_unlocked(p, dentry, s - p); in path_to_dentry()
|
D | cifsfs.c | 848 child = lookup_positive_unlocked(p, dentry, s - p); in cifs_get_root()
|
/linux-6.1.9/fs/debugfs/ |
D | inode.c | 333 dentry = lookup_positive_unlocked(name, parent, strlen(name)); in debugfs_lookup()
|
/linux-6.1.9/fs/cachefiles/ |
D | namei.c | 629 dentry = lookup_positive_unlocked(object->d_name, fan, in cachefiles_look_up_object()
|
/linux-6.1.9/fs/overlayfs/ |
D | namei.c | 681 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_get_index_fh()
|
/linux-6.1.9/fs/nfsd/ |
D | nfs3xdr.c | 1004 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
|
D | nfs4xdr.c | 3464 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
|
/linux-6.1.9/fs/ |
D | namei.c | 2838 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/ |
D | dquot.c | 2514 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()
|