Searched refs:myhow (Results 1 – 2 of 2) sorted by relevance
46 struct open_how *myhow = *tc->how; in run() local48 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()
65 struct open_how *myhow = *tc->how; in run() local67 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()