Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dinternal.h135 extern struct open_how build_open_how(int flags, umode_t mode);
H A Dopen.c989 inline struct open_how build_open_how(int flags, umode_t mode) in build_open_how() function
1138 struct open_how how = build_open_how(flags, mode); in file_open_name()
1193 struct open_how how = build_open_how(flags, mode); in file_open_root()
1232 struct open_how how = build_open_how(flags, mode); in do_sys_open()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c4112 req->open.how = build_open_how(flags, mode); in io_openat_prep()