Searched refs:access_list (Results 1 – 4 of 4) sorted by relevance
86 struct list_head access_list; member
236 struct list_head access_list; member
117 list_for_each_entry_safe(c, cnext, &node->access_list, list_node) { in node_remove_accesses()134 list_for_each_entry(access_node, &node->access_list, list_node) in node_init_node_access()154 list_add_tail(&access_node->list_node, &node->access_list); in node_init_node_access()992 INIT_LIST_HEAD(&node_devices[nid]->access_list); in __register_one_node()
304 list_for_each_entry(event, &group->fanotify_data.access_list, in process_access_response()722 &group->fanotify_data.access_list); in fanotify_read()783 while (!list_empty(&group->fanotify_data.access_list)) { in fanotify_release()786 event = list_first_entry(&group->fanotify_data.access_list, in fanotify_release()1250 INIT_LIST_HEAD(&group->fanotify_data.access_list); in SYSCALL_DEFINE2()