Searched refs:fasync (Results 1 – 9 of 9) sorted by relevance
/fs/ecryptfs/ |
D | file.c | 341 if (lower_file->f_op->fasync) in ecryptfs_fasync() 342 rc = lower_file->f_op->fasync(fd, lower_file, flag); in ecryptfs_fasync() 422 .fasync = ecryptfs_fasync,
|
/fs/ |
D | file_table.c | 276 if (file->f_op->fasync) in __fput() 277 file->f_op->fasync(-1, file, 0); in __fput()
|
D | ioctl.c | 381 if (filp->f_op->fasync) in ioctl_fioasync() 383 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
|
D | fcntl.c | 73 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl() 74 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
|
D | pipe.c | 1223 .fasync = pipe_fasync,
|
/fs/fuse/ |
D | dev.c | 218 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_dev_wake_and_unlock() 2215 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_abort_conn() 2254 WARN_ON(fc->iq.fasync != NULL); in fuse_dev_release() 2271 return fasync_helper(fd, file, on, &fud->fc->iq.fasync); in fuse_dev_fasync() 2350 .fasync = fuse_dev_fasync,
|
D | fuse_i.h | 541 struct fasync_struct *fasync; member
|
/fs/notify/inotify/ |
D | inotify_user.c | 339 .fasync = fsnotify_fasync,
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 851 .fasync = NULL,
|