Searched refs:fasync (Results 1 – 4 of 4) sorted by relevance
113 int (*fasync)(int, struct file *, int); member
708 if (filp->f_op->fasync == NULL) in linux_file_ioctl()710 error = filp->f_op->fasync(0, filp, fp->f_flag & FASYNC); in linux_file_ioctl()715 error = filp->f_op->fasync(0, filp, in linux_file_ioctl()
506 struct fasync_struct *fasync; member
486 .fasync = ib_uverbs_event_fasync,