Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dinternal.h174 extern int build_open_flags(const struct open_how *how, struct open_flags *op);
H A Dopen.c1219 inline int build_open_flags(const struct open_how *how, struct open_flags *op) in build_open_flags() function
1361 int err = build_open_flags(&how, &op); in file_open_name()
1396 int err = build_open_flags(&how, &op); in file_open_root()
1407 int fd = build_open_flags(how, &op); in do_sys_openat2()
/openbmc/linux/io_uring/
H A Dopenclose.c118 ret = build_open_flags(&open->how, &op); in io_openat2()