Lines Matching refs:file
23 static int afs_proc_cells_open(struct inode *inode, struct file *file);
28 static ssize_t afs_proc_cells_write(struct file *file, const char __user *buf,
46 static ssize_t afs_proc_rootcell_read(struct file *file, char __user *buf,
48 static ssize_t afs_proc_rootcell_write(struct file *file,
58 static int afs_proc_cell_volumes_open(struct inode *inode, struct file *file);
80 struct file *file);
101 static int afs_proc_cell_servers_open(struct inode *inode, struct file *file);
158 static int afs_proc_cells_open(struct inode *inode, struct file *file) in afs_proc_cells_open() argument
163 ret = seq_open(file, &afs_proc_cells_ops); in afs_proc_cells_open()
167 m = file->private_data; in afs_proc_cells_open()
223 static ssize_t afs_proc_cells_write(struct file *file, const char __user *buf, in afs_proc_cells_write() argument
297 static ssize_t afs_proc_rootcell_read(struct file *file, char __user *buf, in afs_proc_rootcell_read() argument
307 static ssize_t afs_proc_rootcell_write(struct file *file, in afs_proc_rootcell_write() argument
393 static int afs_proc_cell_volumes_open(struct inode *inode, struct file *file) in afs_proc_cell_volumes_open() argument
403 ret = seq_open(file, &afs_proc_cell_volumes_ops); in afs_proc_cell_volumes_open()
407 m = file->private_data; in afs_proc_cell_volumes_open()
491 static int afs_proc_cell_vlservers_open(struct inode *inode, struct file *file) in afs_proc_cell_vlservers_open() argument
501 ret = seq_open(file, &afs_proc_cell_vlservers_ops); in afs_proc_cell_vlservers_open()
505 m = file->private_data; in afs_proc_cell_vlservers_open()
587 static int afs_proc_cell_servers_open(struct inode *inode, struct file *file) in afs_proc_cell_servers_open() argument
597 ret = seq_open(file, &afs_proc_cell_servers_ops); in afs_proc_cell_servers_open()
601 m = file->private_data; in afs_proc_cell_servers_open()