Searched refs:open_how (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/include/lapi/ |
D | openat2.h | 30 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/ |
D | openat203.c | 12 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()
|
D | openat201.c | 13 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()
|
D | openat202.c | 12 static struct open_how *how;
|