Lines Matching defs:head
510 struct tomoyo_shared_acl_head head; member
538 struct tomoyo_shared_acl_head head; member
545 struct tomoyo_acl_head head; member
551 struct tomoyo_acl_head head; member
557 struct tomoyo_acl_head head; member
649 struct tomoyo_shared_acl_head head; member
694 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ member
705 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_ACL */ member
715 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_NUMBER_ACL */ member
724 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MKDEV_ACL */ member
736 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH2_ACL */ member
744 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MOUNT_ACL */ member
753 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_ENV_ACL */ member
759 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_INET_ACL */ member
768 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_UNIX_ACL */ member
845 struct tomoyo_acl_head head; member
855 struct tomoyo_acl_head head; member
862 struct tomoyo_acl_head head; member
1325 #define list_for_each_cookie(pos, head) \ argument