Home
last modified time | relevance | path

Searched defs:pmem_file_operations (Results 1 – 1 of 1) sorted by relevance

/development/ndk/platforms/android-9/include/linux/
Dandroid_pmem.h43 struct pmem_file_operations { struct
44 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);