Acquires a reference to the internal eventfd context.
struct eventfd_ctx * eventfd_ctx_fileget(struct file * file);
file
[in] Eventfd file pointer.
Returns a pointer to the internal eventfd context, otherwise the error
-EINVAL : The fd file descriptor is not an eventfd file.