Searched refs:build_open_how (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | internal.h | 135 extern struct open_how build_open_how(int flags, umode_t mode);
|
H A D | open.c | 978 inline struct open_how build_open_how(int flags, umode_t mode) in build_open_how() function 1127 struct open_how how = build_open_how(flags, mode); in file_open_name() 1162 struct open_how how = build_open_how(flags, mode); in file_open_root() 1201 struct open_how how = build_open_how(flags, mode); in do_sys_open()
|
/kernel/linux/linux-6.6/fs/ |
H A D | internal.h | 173 extern struct open_how build_open_how(int flags, umode_t mode);
|
H A D | open.c | 1203 inline struct open_how build_open_how(int flags, umode_t mode) in build_open_how() function 1360 struct open_how how = build_open_how(flags, mode); in file_open_name() 1395 struct open_how how = build_open_how(flags, mode); in file_open_root() 1433 struct open_how how = build_open_how(flags, mode); in do_sys_open()
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | openclose.c | 86 open->how = build_open_how(flags, mode); in io_openat_prep()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 4201 req->open.how = build_open_how(flags, mode); in io_openat_prep()
|
Completed in 20 milliseconds