Searched defs:fasync_struct (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
H A Dfs.h771 struct fasync_struct * fl_fasync; /* for lease break notifications */
827 struct fasync_struct { 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);

Completed in 40 milliseconds