/linux-4.1.27/fs/notify/ |
D | group.c | 117 return fasync_helper(fd, file, on, &group->fsn_fa) >= 0 ? 0 : -EIO; in fsnotify_fasync()
|
/linux-4.1.27/fs/ |
D | pipe.c | 576 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync() 578 retval = fasync_helper(fd, filp, on, &pipe->fasync_writers); in pipe_fasync() 581 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
|
D | fcntl.c | 686 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() function 693 EXPORT_SYMBOL(fasync_helper);
|
D | locks.c | 1316 fasync_helper(0, fl->fl_file, 0, &fl->fl_fasync); in lease_modify()
|
/linux-4.1.27/drivers/pps/ |
D | pps.c | 64 return fasync_helper(fd, file, on, &pps->async_queue); in pps_cdev_fasync()
|
/linux-4.1.27/drivers/input/serio/ |
D | serio_raw.c | 62 return fasync_helper(fd, file, on, &client->fasync); in serio_raw_fasync()
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-dev.c | 420 return fasync_helper(fd, file, on, &rtc->async_queue); in rtc_dev_fasync()
|
/linux-4.1.27/drivers/xen/ |
D | evtchn.c | 487 return fasync_helper(fd, filp, on, &u->evtchn_async_queue); in evtchn_fasync()
|
/linux-4.1.27/drivers/usb/misc/ |
D | yurex.c | 362 return fasync_helper(fd, file, on, &dev->async_queue); in yurex_fasync()
|
/linux-4.1.27/drivers/tty/vt/ |
D | vc_screen.c | 589 return fasync_helper(fd, file, on, &poll->fasync); in vcs_fasync()
|
/linux-4.1.27/drivers/input/misc/ |
D | hp_sdc_rtc.c | 428 return fasync_helper (fd, filp, on, &hp_sdc_rtc_async_queue); in hp_sdc_rtc_fasync()
|
/linux-4.1.27/drivers/hid/ |
D | hidraw.c | 323 return fasync_helper(fd, file, on, &list->fasync); in hidraw_fasync()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 748 return fasync_helper(fd, file, on, &ctx->ibox_fasync); in spufs_ibox_fasync() 898 ret = fasync_helper(fd, file, on, &ctx->wbox_fasync); in spufs_wbox_fasync() 1868 return fasync_helper(fd, file, on, &ctx->mfc_fasync); in spufs_mfc_fasync()
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_devintf.c | 105 result = fasync_helper(fd, file, on, &priv->fasync_queue); in ipmi_fasync()
|
D | ipmi_watchdog.c | 901 result = fasync_helper(fd, file, on, &fasync_q); in ipmi_fasync()
|
/linux-4.1.27/drivers/uio/ |
D | uio.c | 474 return fasync_helper(fd, filep, on, &idev->async_queue); in uio_fasync()
|
/linux-4.1.27/drivers/char/ |
D | rtc.c | 750 return fasync_helper(fd, filp, on, &rtc_async_queue); in rtc_fasync()
|
D | hpet.c | 412 if (fasync_helper(fd, file, on, &devp->hd_async_queue) >= 0) in hpet_fasync()
|
D | sonypi.c | 889 return fasync_helper(fd, filp, on, &sonypi_device.fifo_async); in sonypi_misc_fasync()
|
D | random.c | 1503 return fasync_helper(fd, filp, on, &fasync); in random_fasync()
|
D | virtio_console.c | 1100 return fasync_helper(fd, filp, mode, &port->async_queue); in port_fops_fasync()
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hiddev.c | 230 return fasync_helper(fd, file, on, &list->fasync); in hiddev_fasync()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | uverbs_main.c | 403 return fasync_helper(fd, filp, on, &file->async_queue); in ib_uverbs_event_fasync()
|
/linux-4.1.27/drivers/input/ |
D | joydev.c | 163 return fasync_helper(fd, file, on, &client->fasync); in joydev_fasync()
|
D | mousedev.c | 411 return fasync_helper(fd, file, on, &client->fasync); in mousedev_fasync()
|
D | evdev.c | 286 return fasync_helper(fd, file, on, &client->fasync); in evdev_fasync()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_config.c | 1101 ret = fasync_helper(fd, fp, on, &p->fasync); in cfg_fasync()
|
/linux-4.1.27/drivers/misc/genwqe/ |
D | card_dev.c | 350 return fasync_helper(fd, filp, mode, &cdev->async_queue); in genwqe_fasync()
|
/linux-4.1.27/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 669 return fasync_helper(fd, file, on, &lis3->async_queue); in lis3lv02d_misc_fasync()
|
/linux-4.1.27/drivers/hsi/clients/ |
D | cmt_speech.c | 1116 if (fasync_helper(fd, file, on, &csdata->async_queue) < 0) in cs_char_fasync()
|
/linux-4.1.27/sound/core/ |
D | control.c | 1696 return fasync_helper(fd, file, on, &ctl->fasync); in snd_ctl_fasync()
|
D | timer.c | 1919 return fasync_helper(fd, file, on, &tu->fasync); in snd_timer_user_fasync()
|
D | pcm_native.c | 3532 return fasync_helper(fd, file, on, &runtime->fasync); in snd_pcm_fasync()
|
/linux-4.1.27/Documentation/filesystems/ |
D | Locking | 478 Most instances call fasync_helper(), which does that maintenance, so it's
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | inode.c | 1168 return fasync_helper (f, fd, on, &dev->fasync); in ep0_fasync()
|
/linux-4.1.27/drivers/net/wan/ |
D | cosa.c | 999 return fasync_helper(inode, file, on, &fasync[port]); in cosa_fasync()
|
/linux-4.1.27/drivers/net/ |
D | tun.c | 2142 if ((ret = fasync_helper(fd, file, on, &tfile->fasync)) < 0) in tun_chr_fasync()
|
/linux-4.1.27/fs/fuse/ |
D | dev.c | 2225 return fasync_helper(fd, file, on, &fc->fasync); in fuse_dev_fasync()
|
/linux-4.1.27/drivers/staging/comedi/ |
D | comedi_fops.c | 2608 return fasync_helper(fd, file, on, &dev->async_queue); in comedi_fasync()
|
/linux-4.1.27/drivers/tty/ |
D | tty_io.c | 2223 retval = fasync_helper(fd, filp, on, &tty->fasync); in __tty_fasync()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1224 extern int fasync_helper(int, struct file *, int, struct fasync_struct **);
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptctl.c | 609 ret = fasync_helper(fd, filep, mode, &async_queue); in mptctl_fasync()
|
/linux-4.1.27/drivers/scsi/ |
D | sg.c | 1187 return fasync_helper(fd, filp, mode, &sfp->async_qp); in sg_fasync()
|
D | pmcraid.c | 3550 rc = fasync_helper(fd, filep, mode, &pinstance->aen_queue); in pmcraid_chr_fasync()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.c | 503 return fasync_helper(fd, filep, mode, &async_queue); in _ctl_fasync()
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_ctl.c | 509 return fasync_helper(fd, filep, mode, &async_queue); in _ctl_fasync()
|
/linux-4.1.27/net/ |
D | socket.c | 1051 fasync_helper(fd, filp, on, &wq->fasync_list); in sock_fasync()
|
/linux-4.1.27/drivers/platform/x86/ |
D | sony-laptop.c | 4044 return fasync_helper(fd, filp, on, &sonypi_compat.fifo_async); in sonypi_misc_fasync()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 1695 ret = fasync_helper (fd, filp, on, &ctx->ctx_async_queue); in pfm_do_fasync()
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 5962 rc = fasync_helper(fd, filep, mode, &megasas_async_queue); in megasas_mgmt_fasync()
|
/linux-4.1.27/kernel/events/ |
D | core.c | 4769 retval = fasync_helper(fd, filp, on, &event->fasync); in perf_fasync()
|