Home
last modified time | relevance | path

Searched refs:open_how (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/include/lapi/
Dopenat2.h30 struct open_how { struct
51 struct open_how *how, size_t size) in openat2() argument
59 struct open_how how;
/third_party/ltp/testcases/kernel/syscalls/openat2/
Dopenat203.c12 static struct open_how *how;
22 struct open_how **how;
34 …{"invalid-size-big-with-pad", AT_FDCWD, TEST_FILE, O_RDWR | O_CREAT, S_IRWXU, 0, (struct open_how
46 struct open_how *myhow = *tc->how; in run()
Dopenat201.c13 static struct open_how *how;
24 struct open_how **how;
42 …{&fd_atcwd, TEST_FILE, O_RDWR, S_IRWXU, RESOLVE_IN_ROOT, (struct open_how **)&phow, sizeof(*how) +…
65 struct open_how *myhow = *tc->how; in run()
Dopenat202.c12 static struct open_how *how;