Home
last modified time | relevance | path

Searched defs:how (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/openat2/
Dhelpers.c17 bool needs_openat2(const struct open_how *how) in needs_openat2()
22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_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() local
Drename_attack_test.c91 struct open_how how = { in test_rename_attack() local
Dresolve_test.c113 struct open_how how; member
Dopenat2_test.c154 struct open_how how; member
/tools/perf/util/
Dordered-events.c266 static int __ordered_events__flush(struct ordered_events *oe, enum oe_flush how, in __ordered_events__flush()
339 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how) in ordered_events__flush()