Lines Matching refs:file
9 #include <linux/file.h>
605 struct file *file;
623 struct file *file;
625 file = fget(fd);
626 if (!file)
629 if (file->f_op != &iommfd_test_staccess_fops) {
630 fput(file);
633 return file->private_data;
676 fput(staccess->file);
681 fput(staccess->file);
686 struct file *filep)
715 struct file *filep;
730 staccess->file = filep;
776 fd_install(fdno, staccess->file);
784 fput(staccess->file);
800 fput(staccess->file);
917 fput(staccess->file);
973 fput(staccess->file);