Home
last modified time | relevance | path

Searched refs:try_lookup_one_len (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dnamei.h67 extern struct dentry *try_lookup_one_len(const char *, struct dentry *, int);
/kernel/linux/linux-6.6/include/linux/
H A Dnamei.h75 extern struct dentry *try_lookup_one_len(const char *, struct dentry *, int);
/kernel/linux/linux-5.10/fs/afs/
H A Ddynroot.c321 subdir = try_lookup_one_len(cell->name, root, cell->name_len); in afs_dynroot_rmdir()
/kernel/linux/linux-6.6/fs/afs/
H A Ddynroot.c322 subdir = try_lookup_one_len(cell->name, root, cell->name_len); in afs_dynroot_rmdir()
/kernel/linux/linux-5.10/fs/
H A Dnamei.c2527 * 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 Dnamei.c2694 * 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 15 milliseconds