Searched defs:open_how (Results 1 – 4 of 4) sorted by relevance
22 struct open_how { struct23 __u64 flags;24 __u64 mode;25 __u64 resolve;
19 struct open_how { struct20 __u64 flags;21 __u64 mode;22 __u64 resolve;
39 struct open_how { struct48 bool needs_openat2(const struct open_how *how); argument