Home
last modified time | relevance | path

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

/fs/
Dnamei.c2379 static struct file *path_openat(int dfd, const char *pathname, in path_openat() function
2443 filp = path_openat(dfd, pathname, &nd, op, flags | LOOKUP_RCU); in do_filp_open()
2445 filp = path_openat(dfd, pathname, &nd, op, flags); in do_filp_open()
2447 filp = path_openat(dfd, pathname, &nd, op, flags | LOOKUP_REVAL); in do_filp_open()
2465 file = path_openat(-1, name, &nd, op, flags | LOOKUP_RCU); in do_file_open_root()
2467 file = path_openat(-1, name, &nd, op, flags); in do_file_open_root()
2469 file = path_openat(-1, name, &nd, op, flags | LOOKUP_REVAL); in do_file_open_root()