Lines Matching refs:b_perm
366 const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm;
369 perm &= ~b_perm;
371 perm |= b_perm;
441 const u8 b_perm = container_of(b, struct tomoyo_mkdev_acl, head)
445 perm &= ~b_perm;
447 perm |= b_perm;
521 const u8 b_perm = container_of(b, struct tomoyo_path2_acl, head)->perm;
524 perm &= ~b_perm;
526 perm |= b_perm;
659 const u8 b_perm = container_of(b, struct tomoyo_path_number_acl, head)
663 perm &= ~b_perm;
665 perm |= b_perm;