Searched refs:DTYPE_LINUXEFD (Results 1 – 3 of 3) sorted by relevance
707 finit(fp, fflags, DTYPE_LINUXEFD, efd, &eventfdops); in eventfd_create()739 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_close()761 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_read()807 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_write()852 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_poll()874 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_kqfilter()939 if (fp->f_data == NULL || (fp->f_type != DTYPE_LINUXEFD && in eventfd_ioctl()
71 #define DTYPE_LINUXEFD 13 /* emulation eventfd type */ macro
3951 case DTYPE_LINUXEFD: in file_type_to_name()