Home
last modified time | relevance | path

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

/kernel/
Daudit.h62 unsigned long ino; /* associated inode number */ member
87 static inline int audit_hash_ino(u32 ino) in audit_hash_ino() argument
89 return (ino & (AUDIT_INODE_BUCKETS-1)); in audit_hash_ino()
Dauditsc.c106 unsigned long ino; member
313 if (ctx->names[index].ino == -1) in audit_match_filetype()
531 result = (name->ino == f->val); in audit_filter_rules()
534 if (audit_comparator(ctx->names[j].ino, f->op, f->val)) { in audit_filter_rules()
542 if (name && rule->watch->ino != (unsigned long)-1) in audit_filter_rules()
544 name->ino == rule->watch->ino); in audit_filter_rules()
726 int h = audit_hash_ino((u32)n->ino); in audit_filter_inodes()
1492 if (n->ino != (unsigned long)-1) { in audit_log_exit()
1496 n->ino, in audit_log_exit()
1834 context->names[context->name_count].ino = (unsigned long)-1; in __audit_getname()
[all …]
Dauditfilter.c198 watch->ino = (unsigned long)-1; in audit_init_watch()
865 new->ino = old->ino; in audit_dupe_watch()
983 unsigned long ino, unsigned invalidating) in audit_update_watch() argument
1006 nwatch->ino = ino; in audit_update_watch()
1019 int h = audit_hash_ino((u32)ino); in audit_update_watch()
1040 dev, ino); in audit_update_watch()
1242 watch->ino = ndw->path.dentry->d_inode->i_ino; in audit_add_watch()
1323 h = audit_hash_ino((u32)watch->ino); in audit_add_rule()