Home | History | Annotate | Download | only in linux

Lines Matching refs:fasync_struct

771 	struct fasync_struct *	fl_fasync; /* for lease break notifications */
827 struct fasync_struct {
830 struct fasync_struct *fa_next; /* singly linked list */
837 extern int fasync_helper(int, struct file *, int, struct fasync_struct **);
839 extern void kill_fasync(struct fasync_struct **, int, int);
841 extern void __kill_fasync(struct fasync_struct *, int, int);