Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dnamei.c3242 static struct file *path_openat(int dfd, struct filename *pathname, in path_openat() function
3312 filp = path_openat(dfd, pathname, &nd, op, flags | LOOKUP_RCU); in do_filp_open()
3314 filp = path_openat(dfd, pathname, &nd, op, flags); in do_filp_open()
3316 filp = path_openat(dfd, pathname, &nd, op, flags | LOOKUP_REVAL); in do_filp_open()
3338 file = path_openat(-1, filename, &nd, op, flags | LOOKUP_RCU); in do_file_open_root()
3340 file = path_openat(-1, filename, &nd, op, flags); in do_file_open_root()
3342 file = path_openat(-1, filename, &nd, op, flags | LOOKUP_REVAL); in do_file_open_root()