fa_next           874 fs/fcntl.c     	for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) {
fa_next           882 fs/fcntl.c     		*fp = fa->fa_next;
fa_next           921 fs/fcntl.c     	for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) {
fa_next           935 fs/fcntl.c     	new->fa_next = *fapp;
fa_next          1010 fs/fcntl.c     		fa = rcu_dereference(fa->fa_next);
fa_next          1336 include/linux/fs.h 	struct fasync_struct	*fa_next; /* singly linked list */