Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dfcntl.c582 for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) { in fasync_remove_entry()
590 *fp = fa->fa_next; in fasync_remove_entry()
629 for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) { in fasync_insert_entry()
643 new->fa_next = *fapp; in fasync_insert_entry()
719 fa = rcu_dereference(fa->fa_next); in kill_fasync_rcu()
/linux-4.4.14/include/linux/
Dfs.h1229 struct fasync_struct *fa_next; /* singly linked list */ member