Searched refs:path_openat (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ |
A D | namei.c | 3539 static struct file *path_openat(struct nameidata *nd, in path_openat() function 3586 filp = path_openat(&nd, op, flags | LOOKUP_RCU); in do_filp_open() 3588 filp = path_openat(&nd, op, flags); in do_filp_open() 3590 filp = path_openat(&nd, op, flags | LOOKUP_REVAL); in do_filp_open() 3611 file = path_openat(&nd, op, flags | LOOKUP_RCU); in do_file_open_root() 3613 file = path_openat(&nd, op, flags); in do_file_open_root() 3615 file = path_openat(&nd, op, flags | LOOKUP_REVAL); in do_file_open_root()
|
/linux/Documentation/filesystems/ |
A D | path-lookup.rst | 476 path_openat() each of which handles the differing requirements of 497 Finally ``path_openat()`` is used for the ``open()`` system call; it 1181 path_lookupat(), path_openat() using a loop that calls link_path_walk(),
|
/linux/Documentation/trace/ |
A D | histogram.rst | 624 path_openat+0x31/0x5f0
|
/linux/ |
A D | System.map | 8787 ffff800010259930 t path_openat
|
A D | .tmp_System.map | 8787 ffff800010259930 t path_openat
|
Completed in 983 milliseconds