Lines Matching refs:file

113 static ssize_t fnic_trace_ctrl_read(struct file *filp,  in fnic_trace_ctrl_read()
151 static ssize_t fnic_trace_ctrl_write(struct file *filp, in fnic_trace_ctrl_write()
210 struct file *file) in fnic_trace_debugfs_open() argument
242 file->private_data = fnic_dbg_prt; in fnic_trace_debugfs_open()
264 static loff_t fnic_trace_debugfs_lseek(struct file *file, in fnic_trace_debugfs_lseek() argument
268 fnic_dbgfs_t *fnic_dbg_prt = file->private_data; in fnic_trace_debugfs_lseek()
269 return fixed_size_llseek(file, offset, howto, in fnic_trace_debugfs_lseek()
289 static ssize_t fnic_trace_debugfs_read(struct file *file, in fnic_trace_debugfs_read() argument
294 fnic_dbgfs_t *fnic_dbg_prt = file->private_data; in fnic_trace_debugfs_read()
316 struct file *file) in fnic_trace_debugfs_release() argument
318 fnic_dbgfs_t *fnic_dbg_prt = file->private_data; in fnic_trace_debugfs_release()
451 static int fnic_reset_stats_open(struct inode *inode, struct file *file) in fnic_reset_stats_open() argument
461 file->private_data = debug; in fnic_reset_stats_open()
481 static ssize_t fnic_reset_stats_read(struct file *file, in fnic_reset_stats_read() argument
485 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_read()
509 static ssize_t fnic_reset_stats_write(struct file *file, in fnic_reset_stats_write() argument
513 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_write()
574 struct file *file) in fnic_reset_stats_release() argument
576 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_release()
595 struct file *file) in fnic_stats_debugfs_open() argument
616 file->private_data = debug; in fnic_stats_debugfs_open()
637 static ssize_t fnic_stats_debugfs_read(struct file *file, in fnic_stats_debugfs_read() argument
642 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_read()
664 struct file *file) in fnic_stats_debugfs_release() argument
666 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_release()