b_perm            366 security/tomoyo/file.c 	const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm;
b_perm            369 security/tomoyo/file.c 		perm &= ~b_perm;
b_perm            371 security/tomoyo/file.c 		perm |= b_perm;
b_perm            441 security/tomoyo/file.c 	const u8 b_perm = container_of(b, struct tomoyo_mkdev_acl, head)
b_perm            445 security/tomoyo/file.c 		perm &= ~b_perm;
b_perm            447 security/tomoyo/file.c 		perm |= b_perm;
b_perm            521 security/tomoyo/file.c 	const u8 b_perm = container_of(b, struct tomoyo_path2_acl, head)->perm;
b_perm            524 security/tomoyo/file.c 		perm &= ~b_perm;
b_perm            526 security/tomoyo/file.c 		perm |= b_perm;
b_perm            659 security/tomoyo/file.c 	const u8 b_perm = container_of(b, struct tomoyo_path_number_acl, head)
b_perm            663 security/tomoyo/file.c 		perm &= ~b_perm;
b_perm            665 security/tomoyo/file.c 		perm |= b_perm;
b_perm            237 security/tomoyo/network.c 	const u8 b_perm = container_of(b, struct tomoyo_inet_acl, head)->perm;
b_perm            240 security/tomoyo/network.c 		perm &= ~b_perm;
b_perm            242 security/tomoyo/network.c 		perm |= b_perm;
b_perm            263 security/tomoyo/network.c 	const u8 b_perm = container_of(b, struct tomoyo_unix_acl, head)->perm;
b_perm            266 security/tomoyo/network.c 		perm &= ~b_perm;
b_perm            268 security/tomoyo/network.c 		perm |= b_perm;