• Home
  • Raw
  • Download

Lines Matching refs:head

514 	struct tomoyo_shared_acl_head head;  member
542 struct tomoyo_shared_acl_head head; member
549 struct tomoyo_acl_head head; member
555 struct tomoyo_acl_head head; member
561 struct tomoyo_acl_head head; member
653 struct tomoyo_shared_acl_head head; member
699 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ member
710 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_ACL */ member
720 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_NUMBER_ACL */ member
729 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MKDEV_ACL */ member
741 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH2_ACL */ member
749 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MOUNT_ACL */ member
758 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_ENV_ACL */ member
764 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_INET_ACL */ member
773 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_UNIX_ACL */ member
794 void (*read)(struct tomoyo_io_buffer *head);
795 int (*write)(struct tomoyo_io_buffer *head);
850 struct tomoyo_acl_head head; member
860 struct tomoyo_acl_head head; member
867 struct tomoyo_acl_head head; member
972 void tomoyo_close_control(struct tomoyo_io_buffer *head);
1026 ssize_t tomoyo_read_control(struct tomoyo_io_buffer *head, char __user *buffer,
1028 ssize_t tomoyo_write_control(struct tomoyo_io_buffer *head,
1058 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register);
1065 void tomoyo_read_log(struct tomoyo_io_buffer *head);
1183 atomic_dec(&ptr->head.users); in tomoyo_put_name()
1197 atomic_dec(&cond->head.users); in tomoyo_put_condition()
1210 atomic_dec(&group->head.users); in tomoyo_put_group()
1329 #define list_for_each_cookie(pos, head) \ argument
1331 pos = srcu_dereference((head)->next, &tomoyo_ss); \
1332 for ( ; pos != (head); pos = srcu_dereference(pos->next, &tomoyo_ss))