Home
last modified time | relevance | path

Searched refs:fasync (Results 1 – 10 of 10) sorted by relevance

/fs/ecryptfs/
Dfile.c290 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/
Dfile_table.c276 if (file->f_op && file->f_op->fasync) in __fput()
277 file->f_op->fasync(-1, file, 0); in __fput()
Dioctl.c427 if (filp->f_op && filp->f_op->fasync) in ioctl_fioasync()
428 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
Dpipe.c789 .fasync = pipe_read_fasync,
801 .fasync = pipe_write_fasync,
814 .fasync = pipe_rdwr_fasync,
Dfcntl.c185 if (filp->f_op && filp->f_op->fasync) { in setfl()
186 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
Dbad_inode.c172 .fasync = bad_file_fasync,
/fs/fuse/
Ddev.c245 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,
Dfuse_i.h458 struct fasync_struct *fasync; member
Dinode.c287 kill_fasync(&fc->fasync, SIGIO, POLL_IN); in fuse_put_super()
/fs/notify/inotify/
Dinotify_user.c581 .fasync = inotify_fasync,