Searched defs:pmem_file_operations (Results 1 – 1 of 1) sorted by relevance
43 struct pmem_file_operations { struct44 int (*mmap) (struct file *, struct vm_area_struct *);45 int (*open) (struct inode *, struct file *);46 ssize_t (*read) (struct file *, char __user *, size_t, long long *);47 int (*release) (struct inode *, struct file *);48 long (*ioctl) (struct file *, unsigned int, unsigned long);