Searched refs:open_how (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/openat2/ |
H A D | helpers.c | 17 bool needs_openat2(const struct open_how *how) in needs_openat2() 28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2() 33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat() 98 struct open_how how = {}; in init() 101 BUILD_BUG_ON(sizeof(struct open_how) != OPEN_HOW_SIZE_VER0); in init()
|
H A D | helpers.h | 39 struct open_how { struct 48 bool needs_openat2(const struct open_how *how); argument 97 int sys_openat2(int dfd, const char *path, struct open_how *how); 98 int sys_openat(int dfd, const char *path, struct open_how *how);
|
H A D | openat2_test.c | 33 struct open_how inner; 59 .size = sizeof(struct open_how) }, in test_openat2_struct() 159 struct open_how how;
|
H A D | rename_attack_test.c | 91 struct open_how how = { in test_rename_attack()
|
H A D | resolve_test.c | 113 struct open_how how;
|
/linux/include/uapi/linux/ |
H A D | openat2.h | 19 struct open_how { struct 20 flagsopen_how global() argument 21 modeopen_how global() argument 22 resolveopen_how global() argument
|
/linux/fs/ |
H A D | internal.h | 191 extern struct open_how build_open_how(int flags, umode_t mode); 192 extern int build_open_flags(const struct open_how *how, struct open_flags *op);
|
/linux/io_uring/ |
H A D | openclose.c | 26 struct open_how how; 100 struct open_how __user *how; in io_openat2_prep()
|
/linux/kernel/ |
H A D | audit.h | 18 #include <uapi/linux/openat2.h> // struct open_how 198 struct open_how openat2;
|
H A D | auditsc.c | 66 #include <uapi/linux/openat2.h> // struct open_how 2857 void __audit_openat2_how(struct open_how *how) in __audit_openat2_how()
|