Home
last modified time | relevance | path

Searched refs:fsn_fa (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/notify/
Dgroup.c158 return fasync_helper(fd, file, on, &group->fsn_fa) >= 0 ? 0 : -EIO; in fsnotify_fasync()
Dnotification.c140 kill_fasync(&group->fsn_fa, SIGIO, POLL_IN); in fsnotify_add_event()
/linux-4.19.296/include/linux/
Dfsnotify_backend.h174 struct fasync_struct *fsn_fa; /* async notification */ member