Searched refs:lookup_one_len_unlocked (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
A D | namei.h | 69 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
|
/linux/fs/exportfs/ |
A D | expfs.c | 148 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf)); in reconnect_one()
|
/linux/drivers/infiniband/hw/qib/ |
A D | qib_fs.c | 437 dir = lookup_one_len_unlocked(unit, sb->s_root, strlen(unit)); in remove_device_files()
|
/linux/fs/overlayfs/ |
A D | namei.c | 205 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in ovl_lookup_positive_unlocked()
|
/linux/fs/ecryptfs/ |
A D | inode.c | 408 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
|
/linux/fs/ |
A D | namei.c | 2732 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()
|
/linux/ |
A D | vmlinux.symvers | 11881 0x00000000 lookup_one_len_unlocked vmlinux EXPORT_SYMBOL
|
A D | System.map | 8772 ffff8000102579f4 T lookup_one_len_unlocked
|
A D | .tmp_System.map | 8772 ffff8000102579f4 T lookup_one_len_unlocked
|
Completed in 341 milliseconds