Searched refs:tomoyo_commit_ok (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | memory.c | 64 * tomoyo_commit_ok - Check memory quota. 74 void *tomoyo_commit_ok(void *data, const unsigned int size) in tomoyo_commit_ok() function 121 struct tomoyo_group *entry = tomoyo_commit_ok(&e, sizeof(e)); in tomoyo_get_group()
|
H A D | domain.c | 55 entry = tomoyo_commit_ok(new_entry, size); in tomoyo_update_policy() 139 entry = tomoyo_commit_ok(new_entry, size); in tomoyo_update_domain() 578 entry = tomoyo_commit_ok(&e, sizeof(e)); in tomoyo_assign_domain()
|
H A D | common.h | 1044 void *tomoyo_commit_ok(void *data, const unsigned int size);
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | memory.c | 64 * tomoyo_commit_ok - Check memory quota. 74 void *tomoyo_commit_ok(void *data, const unsigned int size) in tomoyo_commit_ok() function 121 struct tomoyo_group *entry = tomoyo_commit_ok(&e, sizeof(e)); in tomoyo_get_group()
|
H A D | domain.c | 55 entry = tomoyo_commit_ok(new_entry, size); in tomoyo_update_policy() 139 entry = tomoyo_commit_ok(new_entry, size); in tomoyo_update_domain() 576 entry = tomoyo_commit_ok(&e, sizeof(e)); in tomoyo_assign_domain()
|
H A D | common.h | 1041 void *tomoyo_commit_ok(void *data, const unsigned int size);
|
Completed in 13 milliseconds