Lines Matching refs:open_how
1186 inline struct open_how build_open_how(int flags, umode_t mode) in build_open_how()
1188 struct open_how how = { in build_open_how()
1202 inline int build_open_flags(const struct open_how *how, struct open_flags *op) in build_open_flags()
1343 struct open_how how = build_open_how(flags, mode); in file_open_name()
1378 struct open_how how = build_open_how(flags, mode); in file_open_root()
1387 struct open_how *how) in do_sys_openat2()
1416 struct open_how how = build_open_how(flags, mode); in do_sys_open()
1437 struct open_how __user *, how, size_t, usize) in SYSCALL_DEFINE4()
1440 struct open_how tmp; in SYSCALL_DEFINE4()
1442 BUILD_BUG_ON(sizeof(struct open_how) < OPEN_HOW_SIZE_VER0); in SYSCALL_DEFINE4()
1443 BUILD_BUG_ON(sizeof(struct open_how) != OPEN_HOW_SIZE_LATEST); in SYSCALL_DEFINE4()