Home
last modified time | relevance | path

Searched refs:try_lookup_one_len (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dnamei.h71 extern struct dentry *try_lookup_one_len(const char *, struct dentry *, int);
/linux-6.12.1/fs/afs/
Ddynroot.c313 subdir = try_lookup_one_len(cell->name, root, cell->name_len); in afs_dynroot_rmdir()
/linux-6.12.1/fs/autofs/
Ddev-ioctl.c464 dentry = try_lookup_one_len(param->path, base, path_len); in autofs_dev_ioctl_timeout()
/linux-6.12.1/fs/
Dnamei.c2812 struct dentry *try_lookup_one_len(const char *name, struct dentry *base, int len) in try_lookup_one_len() function
2825 EXPORT_SYMBOL(try_lookup_one_len);