Lines Matching refs:file
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()
1412 void *cache_seq_next_rcu(struct seq_file *file, void *p, loff_t *pos) in cache_seq_next_rcu() argument
1414 return cache_seq_next(file, p, pos); in cache_seq_next_rcu()
1457 static int content_open(struct inode *inode, struct file *file, in content_open() argument
1466 err = seq_open(file, &cache_content_op); in content_open()
1472 seq = file->private_data; in content_open()
1477 static int content_release(struct inode *inode, struct file *file, in content_release() argument
1480 int ret = seq_release(inode, file); in content_release()
1485 static int open_flush(struct inode *inode, struct file *file, in open_flush() argument
1490 return nonseekable_open(inode, file); in open_flush()
1493 static int release_flush(struct inode *inode, struct file *file, in release_flush() argument
1500 static ssize_t read_flush(struct file *file, char __user *buf, in read_flush() argument
1512 static ssize_t write_flush(struct file *file, const char __user *buf, in write_flush() argument
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()