Home
last modified time | relevance | path

Searched refs:lookup_one_len_unlocked (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dnamei.h69 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
/kernel/linux/linux-6.6/include/linux/
H A Dnamei.h77 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
/kernel/linux/linux-5.10/fs/exportfs/
H A Dexpfs.c148 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf)); in reconnect_one()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_fs.c435 dir = lookup_one_len_unlocked(unit, sb->s_root, strlen(unit)); in remove_device_files()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dnamei.c200 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in ovl_lookup_positive_unlocked()
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dinode.c418 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode_local.c303 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 Dinode_local.c303 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 Dinode.c418 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
/kernel/linux/linux-5.10/fs/
H A Dnamei.c2584 * 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 Dvfs.c269 dentry = lookup_one_len_unlocked(name, dparent, len); in nfsd_lookup_dentry()
/kernel/linux/linux-6.6/fs/
H A Dnamei.c2847 * 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