Home
last modified time | relevance | path

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

/fs/
Dnamei.c2959 static struct file *path_openat(int dfd, struct filename *pathname, in path_openat() function
3031 filp = path_openat(dfd, pathname, &nd, op, flags | LOOKUP_RCU); in do_filp_open()
3033 filp = path_openat(dfd, pathname, &nd, op, flags); in do_filp_open()
3035 filp = path_openat(dfd, pathname, &nd, op, flags | LOOKUP_REVAL); in do_filp_open()
3054 file = path_openat(-1, &filename, &nd, op, flags | LOOKUP_RCU); in do_file_open_root()
3056 file = path_openat(-1, &filename, &nd, op, flags); in do_file_open_root()
3058 file = path_openat(-1, &filename, &nd, op, flags | LOOKUP_REVAL); in do_file_open_root()