• Home
  • Raw
  • Download

Lines Matching defs:filp

796 static ssize_t cache_read(struct file *filp, char __user *buf, size_t count,  in cache_read()
934 static ssize_t cache_write(struct file *filp, const char __user *buf, in cache_write()
954 static __poll_t cache_poll(struct file *filp, poll_table *wait, in cache_poll()
981 static int cache_ioctl(struct inode *ino, struct file *filp, in cache_ioctl()
1010 static int cache_open(struct inode *inode, struct file *filp, in cache_open()
1037 static int cache_release(struct inode *inode, struct file *filp, in cache_release()
1528 static ssize_t cache_read_procfs(struct file *filp, char __user *buf, in cache_read_procfs()
1536 static ssize_t cache_write_procfs(struct file *filp, const char __user *buf, in cache_write_procfs()
1544 static __poll_t cache_poll_procfs(struct file *filp, poll_table *wait) in cache_poll_procfs()
1551 static long cache_ioctl_procfs(struct file *filp, in cache_ioctl_procfs()
1560 static int cache_open_procfs(struct inode *inode, struct file *filp) in cache_open_procfs()
1567 static int cache_release_procfs(struct inode *inode, struct file *filp) in cache_release_procfs()
1585 static int content_open_procfs(struct inode *inode, struct file *filp) in content_open_procfs()
1592 static int content_release_procfs(struct inode *inode, struct file *filp) in content_release_procfs()
1606 static int open_flush_procfs(struct inode *inode, struct file *filp) in open_flush_procfs()
1613 static int release_flush_procfs(struct inode *inode, struct file *filp) in release_flush_procfs()
1620 static ssize_t read_flush_procfs(struct file *filp, char __user *buf, in read_flush_procfs()
1628 static ssize_t write_flush_procfs(struct file *filp, in write_flush_procfs()
1747 static ssize_t cache_read_pipefs(struct file *filp, char __user *buf, in cache_read_pipefs()
1755 static ssize_t cache_write_pipefs(struct file *filp, const char __user *buf, in cache_write_pipefs()
1763 static __poll_t cache_poll_pipefs(struct file *filp, poll_table *wait) in cache_poll_pipefs()
1770 static long cache_ioctl_pipefs(struct file *filp, in cache_ioctl_pipefs()
1779 static int cache_open_pipefs(struct inode *inode, struct file *filp) in cache_open_pipefs()
1786 static int cache_release_pipefs(struct inode *inode, struct file *filp) in cache_release_pipefs()
1804 static int content_open_pipefs(struct inode *inode, struct file *filp) in content_open_pipefs()
1811 static int content_release_pipefs(struct inode *inode, struct file *filp) in content_release_pipefs()
1825 static int open_flush_pipefs(struct inode *inode, struct file *filp) in open_flush_pipefs()
1832 static int release_flush_pipefs(struct inode *inode, struct file *filp) in release_flush_pipefs()
1839 static ssize_t read_flush_pipefs(struct file *filp, char __user *buf, in read_flush_pipefs()
1847 static ssize_t write_flush_pipefs(struct file *filp, in write_flush_pipefs()