Home
last modified time | relevance | path

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

/linux-6.15/fs/notify/
H A Dgroup.c159 return fasync_helper(fd, file, on, &group->fsn_fa) >= 0 ? 0 : -EIO; in fsnotify_fasync()
H A Dnotification.c128 kill_fasync(&group->fsn_fa, SIGIO, POLL_IN); in fsnotify_insert_event()
/linux-6.15/include/linux/
H A Dfsnotify_backend.h246 struct fasync_struct *fsn_fa; /* async notification */ member