Lines Matching full:notification
3 * Filesystem access notification for Linux
173 * A group is a "thing" that wants to receive notification about filesystem
191 /* needed to send notification to userspace */
194 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */
216 struct fasync_struct *fsn_fa; /* async notification */
219 * notification list is too
485 /* attach the event to the group notification queue */
490 /* Queue overflow event to a notification group */
496 /* true if the group notification queue is empty */
498 /* return, but do not dequeue the first event on the notification queue */
500 /* return AND dequeue the first event on the notification queue */
502 /* Remove event queued in the notification list */