Searched refs:audit_tree_mark (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Daudit_tree.c40 struct audit_tree_mark { struct
51 * audit_tree_mark (fsnotify mark). We replace struct chunk on tagging /
161 static inline struct audit_tree_mark *audit_mark(struct fsnotify_mark *mark)
163 return container_of(mark, struct audit_tree_mark, mark);
178 struct audit_tree_mark *amark;
1075 audit_tree_mark_cachep = KMEM_CACHE(audit_tree_mark, SLAB_PANIC);

Completed in 102 milliseconds