Searched refs:lookup_one_len_unlocked (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | namei.h | 69 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | namei.h | 77 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
|
/kernel/linux/linux-5.10/fs/exportfs/ |
H A D | expfs.c | 148 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf)); in reconnect_one()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_fs.c | 435 dir = lookup_one_len_unlocked(unit, sb->s_root, strlen(unit)); in remove_device_files()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | namei.c | 200 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in ovl_lookup_positive_unlocked()
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | inode.c | 418 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_local.c | 303 lower_dentry = lookup_one_len_unlocked(d_name, lower_parent_path.dentry, in hmdfs_lookup_local()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_local.c | 303 lower_dentry = lookup_one_len_unlocked(d_name, lower_parent_path.dentry, in hmdfs_lookup_local()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | inode.c | 418 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
|
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 2584 * lookup_one_len_unlocked - filesystem helper to lookup single pathname component 2595 struct dentry *lookup_one_len_unlocked(const char *name, in lookup_one_len_unlocked() function 2611 EXPORT_SYMBOL(lookup_one_len_unlocked); variable 2614 * Like lookup_one_len_unlocked(), except that it yields ERR_PTR(-ENOENT) 2617 * _can_ become positive at any time, so callers of lookup_one_len_unlocked() 2624 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in lookup_positive_unlocked()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.c | 269 dentry = lookup_one_len_unlocked(name, dparent, len); in nfsd_lookup_dentry()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 2847 * lookup_one_len_unlocked - filesystem helper to lookup single pathname component 2858 struct dentry *lookup_one_len_unlocked(const char *name, in lookup_one_len_unlocked() function 2863 EXPORT_SYMBOL(lookup_one_len_unlocked); variable 2866 * Like lookup_one_len_unlocked(), except that it yields ERR_PTR(-ENOENT) 2869 * _can_ become positive at any time, so callers of lookup_one_len_unlocked()
|
Completed in 26 milliseconds