Home
last modified time | relevance | path

Searched refs:lookup_one_len_unlocked (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/include/linux/
Dnamei.h69 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
/Linux-v5.15/fs/exportfs/
Dexpfs.c148 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf)); in reconnect_one()
/Linux-v5.15/drivers/infiniband/hw/qib/
Dqib_fs.c437 dir = lookup_one_len_unlocked(unit, sb->s_root, strlen(unit)); in remove_device_files()
/Linux-v5.15/fs/overlayfs/
Dnamei.c205 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in ovl_lookup_positive_unlocked()
/Linux-v5.15/fs/ecryptfs/
Dinode.c408 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
/Linux-v5.15/fs/
Dnamei.c2732 struct dentry *lookup_one_len_unlocked(const char *name, in lookup_one_len_unlocked() function
2748 EXPORT_SYMBOL(lookup_one_len_unlocked);
2761 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in lookup_positive_unlocked()