Home
last modified time | relevance | path

Searched refs:f_ep (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Deventpoll.c484 head = container_of(file->f_ep, struct epitems_head, epitems); in list_file()
1105 head = file->f_ep; in ep_remove_file()
1114 WRITE_ONCE(file->f_ep, NULL); in ep_remove_file()
1410 if (file->f_ep && file->f_ep->first) { in eventpoll_release_file()
1411 epi = hlist_entry(file->f_ep->first, struct epitem, fllink); in eventpoll_release_file()
1788 } else if (!READ_ONCE(file->f_ep)) { in ep_attach_file()
1796 if (!file->f_ep) { in ep_attach_file()
1802 WRITE_ONCE(file->f_ep, head); in ep_attach_file()
1805 hlist_add_head_rcu(&epi->fllink, file->f_ep); in ep_attach_file()
2595 if (!READ_ONCE(epfile->f_ep) && ep->gen != loop_check_gen && in ep_ctl_lock()
/linux/include/linux/
H A Dfs.h1286 struct hlist_head *f_ep; member