Searched defs:audit_chunk (Results 1 – 1 of 1) sorted by relevance
23 struct audit_chunk { struct24 struct list_head hash;25 struct fsnotify_mark mark;26 struct list_head trees; /* with root here */27 int dead;28 int count;29 atomic_long_t refs;30 struct rcu_head head;31 struct node {35 } owners[];