Home
last modified time | relevance | path

Searched defs:audit_names (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h28402 struct audit_names { struct
28403 struct list_head list;
28404 struct filename *name;
28405 int name_len;
28406 bool hidden;
28407 unsigned long ino;
28408 dev_t dev;
28409 umode_t mode;
28410 kuid_t uid;
28411 kgid_t gid;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h38326 struct audit_names { struct
38327 struct list_head list;
38328 struct filename *name;
38329 int name_len;
38330 bool hidden;
38331 unsigned long ino;
38332 dev_t dev;
38333 umode_t mode;
38334 kuid_t uid;
38335 kgid_t gid;
[all …]