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

/linux-master/include/linux/
H A Dnamei.h76 extern struct dentry *try_lookup_one_len(const char *, struct dentry *, int);
/linux-master/fs/afs/
H A Ddynroot.c313 subdir = try_lookup_one_len(cell->name, root, cell->name_len);
/linux-master/fs/
H A Dnamei.c2704 * try_lookup_one_len - filesystem helper to lookup single pathname component
2717 struct dentry *try_lookup_one_len(const char *name, struct dentry *base, int len) function
2730 EXPORT_SYMBOL(try_lookup_one_len); variable

Completed in 153 milliseconds