Searched refs:open_how (Results 1 – 9 of 9) sorted by relevance
17 bool needs_openat2(const struct open_how *how) in needs_openat2()28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2()33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat()98 struct open_how how = {}; in init()101 BUILD_BUG_ON(sizeof(struct open_how) != OPEN_HOW_SIZE_VER0); in init()
39 struct open_how { struct48 bool needs_openat2(const struct open_how *how); argument97 int sys_openat2(int dfd, const char *path, struct open_how *how);98 int sys_openat(int dfd, const char *path, struct open_how *how);
33 struct open_how inner;59 .size = sizeof(struct open_how) }, in test_openat2_struct()159 struct open_how how;
91 struct open_how how = { in test_rename_attack()
113 struct open_how how;
19 struct open_how { struct
27 struct open_how how;107 struct open_how __user *how; in io_openat2_prep()
2804 void __audit_openat2_how(struct open_how *how) in __audit_openat2_how()