Searched refs:try_lookup_one_len (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | namei.h | 67 extern struct dentry *try_lookup_one_len(const char *, struct dentry *, int);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | namei.h | 75 extern struct dentry *try_lookup_one_len(const char *, struct dentry *, int);
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | dynroot.c | 321 subdir = try_lookup_one_len(cell->name, root, cell->name_len); in afs_dynroot_rmdir()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | dynroot.c | 322 subdir = try_lookup_one_len(cell->name, root, cell->name_len); in afs_dynroot_rmdir()
|
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 2527 * try_lookup_one_len - filesystem helper to lookup single pathname component 2540 struct dentry *try_lookup_one_len(const char *name, struct dentry *base, int len) in try_lookup_one_len() function 2553 EXPORT_SYMBOL(try_lookup_one_len); variable
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 2694 * try_lookup_one_len - filesystem helper to lookup single pathname component 2707 struct dentry *try_lookup_one_len(const char *name, struct dentry *base, int len) in try_lookup_one_len() function 2720 EXPORT_SYMBOL(try_lookup_one_len); variable
|
Completed in 14 milliseconds