Searched refs:path_lookupat (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | namei.c | 1721 static int path_lookupat(int dfd, const char *name, in path_lookupat() function 1786 int retval = path_lookupat(dfd, name, flags | LOOKUP_RCU, nd); in do_path_lookup() 1788 retval = path_lookupat(dfd, name, flags, nd); in do_path_lookup() 1790 retval = path_lookupat(dfd, name, flags | LOOKUP_REVAL, nd); in do_path_lookup()
|