Searched refs:raw_openat2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | helpers.c | 22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2() function 30 return raw_openat2(dfd, path, how, sizeof(*how)); in sys_openat2()
|
H A D | helpers.h | 96 int raw_openat2(int dfd, const char *path, void *how, size_t size);
|
H A D | openat2_test.c | 121 fd = raw_openat2(AT_FDCWD, ".", how_copy, test->size); in test_openat2_struct()
|