Lines Matching defs:file
27 static int mon_stat_open(struct inode *inode, struct file *file)
42 file->private_data = sp;
46 static ssize_t mon_stat_read(struct file *file, char __user *buf,
49 struct snap *sp = file->private_data;
54 static int mon_stat_release(struct inode *inode, struct file *file)
56 struct snap *sp = file->private_data;
57 file->private_data = NULL;