Searched refs:fasync (Results 1 – 10 of 10) 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() 421 .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 | 549 if (filp->f_op->fasync) in ioctl_fioasync() 551 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
|
D | fcntl.c | 72 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl() 73 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
|
D | pipe.c | 1046 .fasync = pipe_fasync,
|
D | io_uring.c | 3756 .fasync = io_uring_fasync,
|
/fs/fuse/ |
D | dev.c | 211 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_dev_wake_and_unlock() 2186 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_abort_conn() 2225 WARN_ON(fc->iq.fasync != NULL); in fuse_dev_release() 2242 return fasync_helper(fd, file, on, &fud->fc->iq.fasync); in fuse_dev_fasync() 2308 .fasync = fuse_dev_fasync,
|
D | fuse_i.h | 436 struct fasync_struct *fasync; member
|
/fs/notify/inotify/ |
D | inotify_user.c | 324 .fasync = fsnotify_fasync,
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 523 .fasync = NULL,
|