Searched refs:open_how (Results 1 – 5 of 5) 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;
Completed in 8 milliseconds