Home
last modified time | relevance | path

Searched refs:AUDIT_INODE_BUCKETS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/
H A Daudit.h219 #define AUDIT_INODE_BUCKETS 32 macro
220 extern struct list_head audit_inode_hash[AUDIT_INODE_BUCKETS];
224 return (ino & (AUDIT_INODE_BUCKETS-1)); in audit_hash_ino()
H A Daudit.c143 struct list_head audit_inode_hash[AUDIT_INODE_BUCKETS];
1704 for (i = 0; i < AUDIT_INODE_BUCKETS; i++) in audit_init()
H A Dauditfilter.c912 for (h = 0; h < AUDIT_INODE_BUCKETS; h++) { in audit_find_rule()