#include <linux/slab.h>
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/rbtree.h>
#include "integrity.h"
Go to the source code of this file.
integrity_inode_free - called on security_inode_free : pointer to the inode
Free the integrity information(iint) associated with an inode.
Definition at line 130 of file iint.c.
integrity_inode_get - find or allocate an iint associated with an inode : pointer to the inode
- Returns
- : allocated iint
Caller must lock i_mutex
Definition at line 87 of file iint.c.
security_initcall |
( |
integrity_iintcache_init |
| ) |
|