Searched refs:fasync (Results 1 – 9 of 9) sorted by relevance
| /fs/ecryptfs/ |
| A D | file.c | 360 if (lower_file->f_op->fasync) in ecryptfs_fasync() 361 rc = lower_file->f_op->fasync(fd, lower_file, flag); in ecryptfs_fasync() 441 .fasync = ecryptfs_fasync,
|
| /fs/ |
| A D | file_table.c | 464 if (file->f_op->fasync) in __fput() 465 file->f_op->fasync(-1, file, 0); in __fput()
|
| A D | ioctl.c | 377 if (filp->f_op->fasync) in ioctl_fioasync() 379 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
|
| A D | fcntl.c | 75 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl() 76 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
|
| A D | pipe.c | 1251 .fasync = pipe_fasync, 1262 .fasync = pipe_fasync,
|
| /fs/fuse/ |
| A D | dev.c | 333 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_dev_wake_and_unlock() 2462 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_abort_conn() 2509 WARN_ON(fc->iq.fasync != NULL); in fuse_dev_release() 2526 return fasync_helper(fd, file, on, &fud->fc->iq.fasync); in fuse_dev_fasync() 2651 .fasync = fuse_dev_fasync,
|
| A D | fuse_i.h | 531 struct fasync_struct *fasync; member
|
| /fs/notify/inotify/ |
| A D | inotify_user.c | 361 .fasync = fsnotify_fasync,
|
| /fs/notify/fanotify/ |
| A D | fanotify_user.c | 1088 .fasync = NULL,
|
Completed in 29 milliseconds