Searched refs:lookup_one_len_unlocked (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/include/linux/ |
D | namei.h | 62 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
|
/Linux-v5.4/fs/overlayfs/ |
D | namei.c | 203 this = lookup_one_len_unlocked(name, base, namelen); in ovl_lookup_single() 654 index = lookup_one_len_unlocked(name.name, ofs->indexdir, name.len); in ovl_get_index_fh() 688 index = lookup_one_len_unlocked(name.name, ofs->indexdir, name.len); in ovl_lookup_index() 1134 this = lookup_one_len_unlocked(name->name, lowerdir, in ovl_lower_positive()
|
/Linux-v5.4/fs/kernfs/ |
D | mount.c | 203 dtmp = lookup_one_len_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
|
/Linux-v5.4/fs/exportfs/ |
D | expfs.c | 148 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf)); in reconnect_one()
|
/Linux-v5.4/fs/debugfs/ |
D | inode.c | 302 dentry = lookup_one_len_unlocked(name, parent, strlen(name)); in debugfs_lookup()
|
/Linux-v5.4/fs/ecryptfs/ |
D | inode.c | 410 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
|
/Linux-v5.4/fs/nfsd/ |
D | nfs3xdr.c | 866 dchild = lookup_one_len_unlocked(name, dparent, namlen); in compose_entry_fh()
|
D | nfs4xdr.c | 2994 dentry = lookup_one_len_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
|
/Linux-v5.4/fs/cifs/ |
D | cifsfs.c | 749 child = lookup_one_len_unlocked(p, dentry, s - p); in cifs_get_root()
|
/Linux-v5.4/fs/ |
D | namei.c | 2549 struct dentry *lookup_one_len_unlocked(const char *name, in lookup_one_len_unlocked() function 2565 EXPORT_SYMBOL(lookup_one_len_unlocked);
|
/Linux-v5.4/fs/quota/ |
D | dquot.c | 2510 dentry = lookup_one_len_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()
|