Home
last modified time | relevance | path

Searched refs:fasync (Results 1 – 10 of 10) 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()
421 .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.c549 if (filp->f_op->fasync) in ioctl_fioasync()
551 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
Dfcntl.c72 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl()
73 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
Dpipe.c1046 .fasync = pipe_fasync,
Dio_uring.c3756 .fasync = io_uring_fasync,
/fs/fuse/
Ddev.c211 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_dev_wake_and_unlock()
2186 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_abort_conn()
2225 WARN_ON(fc->iq.fasync != NULL); in fuse_dev_release()
2242 return fasync_helper(fd, file, on, &fud->fc->iq.fasync); in fuse_dev_fasync()
2308 .fasync = fuse_dev_fasync,
Dfuse_i.h436 struct fasync_struct *fasync; member
/fs/notify/inotify/
Dinotify_user.c324 .fasync = fsnotify_fasync,
/fs/notify/fanotify/
Dfanotify_user.c523 .fasync = NULL,