Searched refs:ima_iint_cache (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/security/integrity/ima/ |
D | ima_iint.c | 32 static struct ima_iint_cache *__ima_iint_find(struct inode *inode) in __ima_iint_find() 34 struct ima_iint_cache *iint; in __ima_iint_find() 40 iint = rb_entry(n, struct ima_iint_cache, rb_node); in __ima_iint_find() 58 struct ima_iint_cache *ima_iint_find(struct inode *inode) in ima_iint_find() 60 struct ima_iint_cache *iint; in ima_iint_find() 72 static void iint_free(struct ima_iint_cache *iint) in iint_free() 87 struct ima_iint_cache *new_iint, *test_iint; in ima_inode_alloc() 103 test_iint = rb_entry(parent, struct ima_iint_cache, rb_node); in ima_inode_alloc() 138 struct ima_iint_cache *iint; in ima_inode_free() 153 struct ima_iint_cache *iint = foo; in init_once() [all …]
|
D | ima.h | 103 struct ima_iint_cache { struct 114 int ima_collect_measurement(struct ima_iint_cache *iint, struct file *file); argument 115 void ima_store_measurement(struct ima_iint_cache *iint, struct file *file, 125 struct ima_iint_cache *ima_iint_insert(struct inode *inode); 126 struct ima_iint_cache *ima_iint_find(struct inode *inode);
|
D | ima_main.c | 85 static void ima_check_last_writer(struct ima_iint_cache *iint, in ima_check_last_writer() 108 struct ima_iint_cache *iint; in ima_file_free() 124 struct ima_iint_cache *iint; in process_measurement()
|
D | ima_api.c | 129 int ima_collect_measurement(struct ima_iint_cache *iint, struct file *file) in ima_collect_measurement() 159 void ima_store_measurement(struct ima_iint_cache *iint, struct file *file, in ima_store_measurement()
|