Home
last modified time | relevance | path

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

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