Home
last modified time | relevance | path

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

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