Home
last modified time | relevance | path

Searched refs:openat2 (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dauditsc.c188 return mask & ACC_MODE((u32)ctx->openat2.flags); in audit_match_perm()
1464 context->openat2.flags, in show_special()
1465 context->openat2.mode, in show_special()
1466 context->openat2.resolve); in show_special()
2863 context->openat2.flags = how->flags; in __audit_openat2_how()
2864 context->openat2.mode = how->mode; in __audit_openat2_how()
2865 context->openat2.resolve = how->resolve; in __audit_openat2_how()
Daudit.h197 struct open_how openat2; member