Lines Matching defs:file
8 #include <linux/file.h>
31 * file descriptor will belong to the this timeline.
33 * The 'sw_sync' file can be opened many times as to create different
293 static int sw_sync_debugfs_open(struct inode *inode, struct file *file)
304 file->private_data = obj;
309 static int sw_sync_debugfs_release(struct inode *inode, struct file *file)
311 struct sync_timeline *obj = file->private_data;
359 fput(sync_file->file);
364 fd_install(fd, sync_file->file);
390 static long sw_sync_ioctl(struct file *file, unsigned int cmd,
393 struct sync_timeline *obj = file->private_data;