Lines Matching defs:filp

823 static ssize_t cache_read(struct file *filp, char __user *buf, size_t count,  in cache_read()
943 static ssize_t cache_write(struct file *filp, const char __user *buf, in cache_write()
963 static __poll_t cache_poll(struct file *filp, poll_table *wait, in cache_poll()
990 static int cache_ioctl(struct inode *ino, struct file *filp, in cache_ioctl()
1019 static int cache_open(struct inode *inode, struct file *filp, in cache_open()
1046 static int cache_release(struct inode *inode, struct file *filp, in cache_release()
1548 static ssize_t cache_read_procfs(struct file *filp, char __user *buf, in cache_read_procfs()
1556 static ssize_t cache_write_procfs(struct file *filp, const char __user *buf, in cache_write_procfs()
1564 static __poll_t cache_poll_procfs(struct file *filp, poll_table *wait) in cache_poll_procfs()
1571 static long cache_ioctl_procfs(struct file *filp, in cache_ioctl_procfs()
1580 static int cache_open_procfs(struct inode *inode, struct file *filp) in cache_open_procfs()
1587 static int cache_release_procfs(struct inode *inode, struct file *filp) in cache_release_procfs()
1603 static int content_open_procfs(struct inode *inode, struct file *filp) in content_open_procfs()
1610 static int content_release_procfs(struct inode *inode, struct file *filp) in content_release_procfs()
1624 static int open_flush_procfs(struct inode *inode, struct file *filp) in open_flush_procfs()
1631 static int release_flush_procfs(struct inode *inode, struct file *filp) in release_flush_procfs()
1638 static ssize_t read_flush_procfs(struct file *filp, char __user *buf, in read_flush_procfs()
1646 static ssize_t write_flush_procfs(struct file *filp, in write_flush_procfs()
1764 static ssize_t cache_read_pipefs(struct file *filp, char __user *buf, in cache_read_pipefs()
1772 static ssize_t cache_write_pipefs(struct file *filp, const char __user *buf, in cache_write_pipefs()
1780 static __poll_t cache_poll_pipefs(struct file *filp, poll_table *wait) in cache_poll_pipefs()
1787 static long cache_ioctl_pipefs(struct file *filp, in cache_ioctl_pipefs()
1796 static int cache_open_pipefs(struct inode *inode, struct file *filp) in cache_open_pipefs()
1803 static int cache_release_pipefs(struct inode *inode, struct file *filp) in cache_release_pipefs()
1820 static int content_open_pipefs(struct inode *inode, struct file *filp) in content_open_pipefs()
1827 static int content_release_pipefs(struct inode *inode, struct file *filp) in content_release_pipefs()
1841 static int open_flush_pipefs(struct inode *inode, struct file *filp) in open_flush_pipefs()
1848 static int release_flush_pipefs(struct inode *inode, struct file *filp) in release_flush_pipefs()
1855 static ssize_t read_flush_pipefs(struct file *filp, char __user *buf, in read_flush_pipefs()
1863 static ssize_t write_flush_pipefs(struct file *filp, in write_flush_pipefs()