Searched refs:fasync (Results 1 – 12 of 12) sorted by relevance
/fs/ecryptfs/ |
D | file.c | 328 if (lower_file->f_op && lower_file->f_op->fasync) in ecryptfs_fasync() 329 rc = lower_file->f_op->fasync(fd, lower_file, flag); in ecryptfs_fasync() 372 .fasync = ecryptfs_fasync, 393 .fasync = ecryptfs_fasync,
|
/fs/sdcardfs/ |
D | file.c | 330 if (lower_file->f_op && lower_file->f_op->fasync) in sdcardfs_fasync() 331 err = lower_file->f_op->fasync(fd, lower_file, flag); in sdcardfs_fasync() 372 .fasync = sdcardfs_fasync, 388 .fasync = sdcardfs_fasync,
|
/fs/ |
D | file_table.c | 243 if (file->f_op && file->f_op->fasync) in __fput() 244 file->f_op->fasync(-1, file, 0); in __fput()
|
D | ioctl.c | 504 if (filp->f_op && filp->f_op->fasync) in ioctl_fioasync() 506 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
|
D | fcntl.c | 68 filp->f_op->fasync) { in setfl() 69 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
|
D | bad_inode.c | 165 .fasync = bad_file_fasync,
|
D | pipe.c | 1167 .fasync = pipe_fasync,
|
/fs/fuse/ |
D | dev.c | 325 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in queue_request() 339 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in fuse_queue_forget() 421 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in queue_interrupt() 2134 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in fuse_abort_conn() 2166 return fasync_helper(fd, file, on, &fc->fasync); in fuse_dev_fasync() 2180 .fasync = fuse_dev_fasync,
|
D | fuse_i.h | 572 struct fasync_struct *fasync; member
|
D | inode.c | 370 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in fuse_conn_kill()
|
/fs/notify/inotify/ |
D | inotify_user.c | 333 .fasync = fsnotify_fasync,
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 441 .fasync = NULL,
|