Searched refs:access_list (Results 1 – 4 of 4) sorted by relevance
85 struct list_head access_list; member
249 struct list_head access_list; member
118 list_for_each_entry_safe(c, cnext, &node->access_list, list_node) { in node_remove_accesses()135 list_for_each_entry(access_node, &node->access_list, list_node) in node_init_node_access()155 list_add_tail(&access_node->list_node, &node->access_list); in node_init_node_access()875 INIT_LIST_HEAD(&node_devices[nid]->access_list); in __register_one_node()
337 list_for_each_entry(event, &group->fanotify_data.access_list, in process_access_response()812 &group->fanotify_data.access_list); in fanotify_read()873 while (!list_empty(&group->fanotify_data.access_list)) { in fanotify_release()876 event = list_first_entry(&group->fanotify_data.access_list, in fanotify_release()1460 INIT_LIST_HEAD(&group->fanotify_data.access_list); in SYSCALL_DEFINE2()