Home
last modified time | relevance | path

Searched defs:open_how (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dopenat2.h19 struct open_how { struct
20 __u64 flags;
21 __u64 mode;
22 __u64 resolve;
/linux/tools/include/uapi/linux/
H A Dopenat2.h
/linux/tools/testing/selftests/openat2/
H A Dhelpers.h39 struct open_how { struct
48 bool needs_openat2(const struct open_how *how); argument