Lines Matching defs:filp
775 static ssize_t cache_read(struct file *filp, char __user *buf, size_t count, in cache_read()
913 static ssize_t cache_write(struct file *filp, const char __user *buf, in cache_write()
933 static __poll_t cache_poll(struct file *filp, poll_table *wait, in cache_poll()
960 static int cache_ioctl(struct inode *ino, struct file *filp, in cache_ioctl()
989 static int cache_open(struct inode *inode, struct file *filp, in cache_open()
1014 static int cache_release(struct inode *inode, struct file *filp, in cache_release()
1488 static ssize_t cache_read_procfs(struct file *filp, char __user *buf, in cache_read_procfs()
1496 static ssize_t cache_write_procfs(struct file *filp, const char __user *buf, in cache_write_procfs()
1504 static __poll_t cache_poll_procfs(struct file *filp, poll_table *wait) in cache_poll_procfs()
1511 static long cache_ioctl_procfs(struct file *filp, in cache_ioctl_procfs()
1520 static int cache_open_procfs(struct inode *inode, struct file *filp) in cache_open_procfs()
1527 static int cache_release_procfs(struct inode *inode, struct file *filp) in cache_release_procfs()
1545 static int content_open_procfs(struct inode *inode, struct file *filp) in content_open_procfs()
1552 static int content_release_procfs(struct inode *inode, struct file *filp) in content_release_procfs()
1566 static int open_flush_procfs(struct inode *inode, struct file *filp) in open_flush_procfs()
1573 static int release_flush_procfs(struct inode *inode, struct file *filp) in release_flush_procfs()
1580 static ssize_t read_flush_procfs(struct file *filp, char __user *buf, in read_flush_procfs()
1588 static ssize_t write_flush_procfs(struct file *filp, in write_flush_procfs()
1707 static ssize_t cache_read_pipefs(struct file *filp, char __user *buf, in cache_read_pipefs()
1715 static ssize_t cache_write_pipefs(struct file *filp, const char __user *buf, in cache_write_pipefs()
1723 static __poll_t cache_poll_pipefs(struct file *filp, poll_table *wait) in cache_poll_pipefs()
1730 static long cache_ioctl_pipefs(struct file *filp, in cache_ioctl_pipefs()
1739 static int cache_open_pipefs(struct inode *inode, struct file *filp) in cache_open_pipefs()
1746 static int cache_release_pipefs(struct inode *inode, struct file *filp) in cache_release_pipefs()
1764 static int content_open_pipefs(struct inode *inode, struct file *filp) in content_open_pipefs()
1771 static int content_release_pipefs(struct inode *inode, struct file *filp) in content_release_pipefs()
1785 static int open_flush_pipefs(struct inode *inode, struct file *filp) in open_flush_pipefs()
1792 static int release_flush_pipefs(struct inode *inode, struct file *filp) in release_flush_pipefs()
1799 static ssize_t read_flush_pipefs(struct file *filp, char __user *buf, in read_flush_pipefs()
1807 static ssize_t write_flush_pipefs(struct file *filp, in write_flush_pipefs()