Home
last modified time | relevance | path

Searched refs:a_perm (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/tomoyo/
H A Dfile.c363 u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head) in tomoyo_merge_path_acl() local
365 u16 perm = READ_ONCE(*a_perm); in tomoyo_merge_path_acl()
372 WRITE_ONCE(*a_perm, perm); in tomoyo_merge_path_acl()
438 u8 *const a_perm = &container_of(a, struct tomoyo_mkdev_acl, in tomoyo_merge_mkdev_acl() local
440 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_mkdev_acl()
448 WRITE_ONCE(*a_perm, perm); in tomoyo_merge_mkdev_acl()
518 u8 * const a_perm = &container_of(a, struct tomoyo_path2_acl, head) in tomoyo_merge_path2_acl() local
520 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_path2_acl()
527 WRITE_ONCE(*a_perm, perm); in tomoyo_merge_path2_acl()
658 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_path_number_acl()
[all …]
H A Dnetwork.c234 u8 * const a_perm = in tomoyo_merge_inet_acl() local
236 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_inet_acl()
243 WRITE_ONCE(*a_perm, perm); in tomoyo_merge_inet_acl()
260 u8 * const a_perm = in tomoyo_merge_unix_acl() local
262 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_unix_acl()
269 WRITE_ONCE(*a_perm, perm); in tomoyo_merge_unix_acl()