Searched refs:tomoyo_path_acl (Results 1 - 6 of 6) sorted by relevance

/linux-master/security/tomoyo/
H A Dfile.c255 const struct tomoyo_path_acl *acl = container_of(ptr, typeof(*acl),
334 * tomoyo_same_path_acl - Check for duplicated "struct tomoyo_path_acl" entry.
344 const struct tomoyo_path_acl *p1 = container_of(a, typeof(*p1), head);
345 const struct tomoyo_path_acl *p2 = container_of(b, typeof(*p2), head);
351 * tomoyo_merge_path_acl - Merge duplicated "struct tomoyo_path_acl" entry.
363 u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head)
366 const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm;
377 * tomoyo_update_path_acl - Update "struct tomoyo_path_acl" list.
389 struct tomoyo_path_acl e = {
H A Dgc.c165 struct tomoyo_path_acl *entry
H A Dutil.c1069 perm = data_race(container_of(ptr, struct tomoyo_path_acl, head)->perm);
H A Ddomain.c117 container_of(new_entry, struct tomoyo_path_acl, head)
H A Dcommon.h709 struct tomoyo_path_acl { struct
H A Dcommon.c1398 struct tomoyo_path_acl *ptr =

Completed in 282 milliseconds