Searched defs:how (Results 1 – 5 of 5) sorted by relevance
/tools/testing/selftests/openat2/ |
D | helpers.c | 17 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
|
D | rename_attack_test.c | 91 struct open_how how = { in test_rename_attack() local
|
D | resolve_test.c | 113 struct open_how how; member
|
D | openat2_test.c | 154 struct open_how how; member
|
/tools/perf/util/ |
D | ordered-events.c | 266 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()
|