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

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

Completed in 86 milliseconds