Searched refs:path_openat (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/ |
| H A D | namei.c | 4019 static struct file *path_openat(struct nameidata *nd, in path_openat() function 4066 filp = path_openat(&nd, op, flags | LOOKUP_RCU); in do_filp_open() 4068 filp = path_openat(&nd, op, flags); in do_filp_open() 4070 filp = path_openat(&nd, op, flags | LOOKUP_REVAL); in do_filp_open() 4091 file = path_openat(&nd, op, flags | LOOKUP_RCU); in do_file_open_root() 4093 file = path_openat(&nd, op, flags); in do_file_open_root() 4095 file = path_openat(&nd, op, flags | LOOKUP_REVAL); in do_file_open_root()
|
| /linux-6.15/Documentation/filesystems/ |
| H 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-6.15/Documentation/trace/ |
| H A D | histogram.rst | 633 path_openat+0x31/0x5f0
|