• Home
  • Raw
  • Download

Lines Matching refs:b

342 				 const struct tomoyo_acl_info *b)  in tomoyo_same_path_acl()  argument
345 const struct tomoyo_path_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_path_acl()
360 struct tomoyo_acl_info *b, in tomoyo_merge_path_acl() argument
366 const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm; in tomoyo_merge_path_acl()
414 const struct tomoyo_acl_info *b) in tomoyo_same_mkdev_acl() argument
417 const struct tomoyo_mkdev_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_mkdev_acl()
435 struct tomoyo_acl_info *b, in tomoyo_merge_mkdev_acl() argument
441 const u8 b_perm = container_of(b, struct tomoyo_mkdev_acl, head) in tomoyo_merge_mkdev_acl()
496 const struct tomoyo_acl_info *b) in tomoyo_same_path2_acl() argument
499 const struct tomoyo_path2_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_path2_acl()
515 struct tomoyo_acl_info *b, in tomoyo_merge_path2_acl() argument
521 const u8 b_perm = container_of(b, struct tomoyo_path2_acl, head)->perm; in tomoyo_merge_path2_acl()
632 const struct tomoyo_acl_info *b) in tomoyo_same_path_number_acl() argument
636 const struct tomoyo_path_number_acl *p2 = container_of(b, typeof(*p2), in tomoyo_same_path_number_acl()
653 struct tomoyo_acl_info *b, in tomoyo_merge_path_number_acl() argument
659 const u8 b_perm = container_of(b, struct tomoyo_path_number_acl, head) in tomoyo_merge_path_number_acl()
963 const struct tomoyo_acl_info *b) in tomoyo_same_mount_acl() argument
966 const struct tomoyo_mount_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_mount_acl()