Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dfile.c341 if (lower_file->f_op->fasync) in ecryptfs_fasync()
342 rc = lower_file->f_op->fasync(fd, lower_file, flag); in ecryptfs_fasync()
422 .fasync = ecryptfs_fasync,
/fs/
Dfile_table.c276 if (file->f_op->fasync) in __fput()
277 file->f_op->fasync(-1, file, 0); in __fput()
Dioctl.c381 if (filp->f_op->fasync) in ioctl_fioasync()
383 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
Dfcntl.c73 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl()
74 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
Dpipe.c1223 .fasync = pipe_fasync,
/fs/fuse/
Ddev.c218 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_dev_wake_and_unlock()
2215 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_abort_conn()
2254 WARN_ON(fc->iq.fasync != NULL); in fuse_dev_release()
2271 return fasync_helper(fd, file, on, &fud->fc->iq.fasync); in fuse_dev_fasync()
2350 .fasync = fuse_dev_fasync,
Dfuse_i.h541 struct fasync_struct *fasync; member
/fs/notify/inotify/
Dinotify_user.c339 .fasync = fsnotify_fasync,
/fs/notify/fanotify/
Dfanotify_user.c851 .fasync = NULL,