Searched refs:fllink (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ |
| H A D | eventpoll.c | 281 struct hlist_node fllink; member 507 struct epitem *epi= container_of(p, struct epitem, fllink); in unlist_file() 1106 if (hlist_is_singular_node(&epi->fllink, head)) { in ep_remove_file() 1122 hlist_del_rcu(&epi->fllink); in ep_remove_file() 1411 epi = hlist_entry(file->f_ep->first, struct epitem, fllink); in eventpoll_release_file() 1701 hlist_for_each_entry_rcu(epi, refs, fllink) { in reverse_path_check_proc() 1805 hlist_add_head_rcu(&epi->fllink, file->f_ep); in ep_attach_file() 2440 hlist_for_each_entry_rcu(epi, &ep->refs, fllink) in ep_get_upwards_depth_proc()
|