Home
last modified time | relevance | path

Searched refs:open_how (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/openat2/
A Dhelpers.c17 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()
A Dhelpers.h39 struct open_how { struct
48 bool needs_openat2(const struct open_how *how); argument
97 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);
A Dopenat2_test.c33 struct open_how inner;
59 .size = sizeof(struct open_how) }, in test_openat2_struct()
159 struct open_how how;
A Drename_attack_test.c91 struct open_how how = { in test_rename_attack()
A Dresolve_test.c113 struct open_how how;

Completed in 8 milliseconds