Home
last modified time | relevance | path

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

/fs/
Dnamei.c1016 static int do_path_lookup(int dfd, const char *name, in do_path_lookup() function
1077 return do_path_lookup(AT_FDCWD, name, flags, nd); in path_lookup()
1083 int res = do_path_lookup(AT_FDCWD, name, flags, &nd); in kern_path()
1140 err = do_path_lookup(dfd, name, lookup_flags|LOOKUP_OPEN, nd); in path_lookup_open()
1289 err = do_path_lookup(dfd, tmp, flags, &nd); in user_path_at()
1306 error = do_path_lookup(dfd, s, LOOKUP_PARENT, nd); in user_path_parent()
1667 error = do_path_lookup(dfd, pathname, LOOKUP_PARENT, &nd); in do_filp_open()