Lines Matching refs:file
83 static int pktlog_open(struct inode *i, struct file *f);
84 static int pktlog_release(struct inode *i, struct file *f);
85 static ssize_t pktlog_read(struct file *file, char *buf, size_t nbytes,
553 static int __pktlog_open(struct inode *i, struct file *f) in __pktlog_open()
623 static int pktlog_open(struct inode *i, struct file *f) in pktlog_open()
639 static int __pktlog_release(struct inode *i, struct file *f) in __pktlog_release()
701 static int pktlog_release(struct inode *i, struct file *f) in pktlog_release()
877 __pktlog_read(struct file *file, char *buf, size_t nbytes, loff_t *ppos) in __pktlog_read() argument
887 pl_info = pde_data(file->f_path.dentry->d_inode); in __pktlog_read()
1028 pktlog_read(struct file *file, char *buf, size_t nbytes, loff_t *ppos) in pktlog_read() argument
1030 struct ath_pktlog_info *info = pde_data(file->f_path.dentry->d_inode); in pktlog_read()
1042 err_size = __pktlog_read(file, buf, nbytes, ppos); in pktlog_read()