Home
last modified time | relevance | path

Searched refs:raw_openat2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/openat2/
H A Dhelpers.c22 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 Dhelpers.h96 int raw_openat2(int dfd, const char *path, void *how, size_t size);
H A Dopenat2_test.c120 fd = raw_openat2(AT_FDCWD, ".", how_copy, test->size); in test_openat2_struct()