Searched refs:fasync (Results 1 – 10 of 10) sorted by relevance
/fs/ecryptfs/ |
D | file.c | 290 if (lower_file->f_op && lower_file->f_op->fasync) in ecryptfs_fasync() 291 rc = lower_file->f_op->fasync(fd, lower_file, flag); in ecryptfs_fasync() 307 .fasync = ecryptfs_fasync, 324 .fasync = ecryptfs_fasync,
|
/fs/ |
D | file_table.c | 276 if (file->f_op && file->f_op->fasync) in __fput() 277 file->f_op->fasync(-1, file, 0); in __fput()
|
D | ioctl.c | 427 if (filp->f_op && filp->f_op->fasync) in ioctl_fioasync() 428 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
|
D | pipe.c | 789 .fasync = pipe_read_fasync, 801 .fasync = pipe_write_fasync, 814 .fasync = pipe_rdwr_fasync,
|
D | fcntl.c | 185 if (filp->f_op && filp->f_op->fasync) { in setfl() 186 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
|
D | bad_inode.c | 172 .fasync = bad_file_fasync,
|
/fs/fuse/ |
D | dev.c | 245 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in queue_request() 317 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in queue_interrupt() 1104 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in fuse_abort_conn() 1131 return fasync_helper(fd, file, on, &fc->fasync); in fuse_dev_fasync() 1143 .fasync = fuse_dev_fasync,
|
D | fuse_i.h | 458 struct fasync_struct *fasync; member
|
D | inode.c | 287 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in fuse_put_super()
|
/fs/notify/inotify/ |
D | inotify_user.c | 581 .fasync = inotify_fasync,
|