Home
last modified time | relevance | path

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

/fs/ecryptfs/
A Dfile.c360 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 Dfile_table.c464 if (file->f_op->fasync) in __fput()
465 file->f_op->fasync(-1, file, 0); in __fput()
A Dioctl.c377 if (filp->f_op->fasync) in ioctl_fioasync()
379 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
A Dfcntl.c75 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 Dpipe.c1251 .fasync = pipe_fasync,
1262 .fasync = pipe_fasync,
/fs/fuse/
A Ddev.c333 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 Dfuse_i.h531 struct fasync_struct *fasync; member
/fs/notify/inotify/
A Dinotify_user.c361 .fasync = fsnotify_fasync,
/fs/notify/fanotify/
A Dfanotify_user.c1088 .fasync = NULL,

Completed in 29 milliseconds