Searched refs:eventfd_fops (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/
H A Deventfd.c301 static const struct file_operations eventfd_fops = { variable in typeref:struct:file_operations
329 if (file->f_op != &eventfd_fops) { eventfd_fget()
370 if (file->f_op != &eventfd_fops) eventfd_ctx_fileget()
412 file = anon_inode_getfile("[eventfd]", &eventfd_fops, ctx, eventfd_file_create()

Completed in 60 milliseconds