Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dinternal.h136 extern int build_open_flags(const struct open_how *how, struct open_flags *op);
H A Dopen.c1005 inline int build_open_flags(const struct open_how *how, struct open_flags *op) in build_open_flags() function
1139 int err = build_open_flags(&how, &op); in file_open_name()
1194 int err = build_open_flags(&how, &op); in file_open_root()
1205 int fd = build_open_flags(how, &op); in do_sys_openat2()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c4143 ret = build_open_flags(&req->open.how, &op); in io_openat2()