Lines Matching defs:filp
811 static ssize_t cache_read(struct file *filp, char __user *buf, size_t count, in cache_read()
949 static ssize_t cache_write(struct file *filp, const char __user *buf, in cache_write()
969 static __poll_t cache_poll(struct file *filp, poll_table *wait, in cache_poll()
996 static int cache_ioctl(struct inode *ino, struct file *filp, in cache_ioctl()
1025 static int cache_open(struct inode *inode, struct file *filp, in cache_open()
1052 static int cache_release(struct inode *inode, struct file *filp, in cache_release()
1555 static ssize_t cache_read_procfs(struct file *filp, char __user *buf, in cache_read_procfs()
1563 static ssize_t cache_write_procfs(struct file *filp, const char __user *buf, in cache_write_procfs()
1571 static __poll_t cache_poll_procfs(struct file *filp, poll_table *wait) in cache_poll_procfs()
1578 static long cache_ioctl_procfs(struct file *filp, in cache_ioctl_procfs()
1587 static int cache_open_procfs(struct inode *inode, struct file *filp) in cache_open_procfs()
1594 static int cache_release_procfs(struct inode *inode, struct file *filp) in cache_release_procfs()
1611 static int content_open_procfs(struct inode *inode, struct file *filp) in content_open_procfs()
1618 static int content_release_procfs(struct inode *inode, struct file *filp) in content_release_procfs()
1632 static int open_flush_procfs(struct inode *inode, struct file *filp) in open_flush_procfs()
1639 static int release_flush_procfs(struct inode *inode, struct file *filp) in release_flush_procfs()
1646 static ssize_t read_flush_procfs(struct file *filp, char __user *buf, in read_flush_procfs()
1654 static ssize_t write_flush_procfs(struct file *filp, in write_flush_procfs()
1773 static ssize_t cache_read_pipefs(struct file *filp, char __user *buf, in cache_read_pipefs()
1781 static ssize_t cache_write_pipefs(struct file *filp, const char __user *buf, in cache_write_pipefs()
1789 static __poll_t cache_poll_pipefs(struct file *filp, poll_table *wait) in cache_poll_pipefs()
1796 static long cache_ioctl_pipefs(struct file *filp, in cache_ioctl_pipefs()
1805 static int cache_open_pipefs(struct inode *inode, struct file *filp) in cache_open_pipefs()
1812 static int cache_release_pipefs(struct inode *inode, struct file *filp) in cache_release_pipefs()
1830 static int content_open_pipefs(struct inode *inode, struct file *filp) in content_open_pipefs()
1837 static int content_release_pipefs(struct inode *inode, struct file *filp) in content_release_pipefs()
1851 static int open_flush_pipefs(struct inode *inode, struct file *filp) in open_flush_pipefs()
1858 static int release_flush_pipefs(struct inode *inode, struct file *filp) in release_flush_pipefs()
1865 static ssize_t read_flush_pipefs(struct file *filp, char __user *buf, in read_flush_pipefs()
1873 static ssize_t write_flush_pipefs(struct file *filp, in write_flush_pipefs()