Home
last modified time | relevance | path

Searched refs:myhow (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/openat2/
Dopenat203.c46 struct open_how *myhow = *tc->how; in run() local
48 myhow->flags = tc->flags; in run()
49 myhow->mode = tc->mode; in run()
50 myhow->resolve = tc->resolve; in run()
52 TEST(openat2(tc->dfd, tc->pathname, myhow, tc->size)); in run()
Dopenat201.c65 struct open_how *myhow = *tc->how; in run() local
67 myhow->flags = tc->flags | O_CREAT; in run()
68 myhow->mode = tc->mode; in run()
69 myhow->resolve = tc->resolve; in run()
71 TEST(fd = openat2(*tc->dfd, tc->pathname, myhow, tc->size)); in run()