Searched refs:file2 (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/scripts/
H A Dbloat-o-meter13 sys.stderr.write("usage: %s file1 file2\n" % sys.argv[0])
/linux-4.4.14/Documentation/dvb/
H A Dget_dvb_firmware572 my $file2 = "ngene_17.fw";
583 wgetfile($file2, $url . $file2);
584 verify($file2, $hash2);
589 "$file1, $file2, $file3";
715 my $file2 = "dvb-usb-it9135-02.zip";
725 wgetfile($file2, $url . $file2);
726 unzip($file2, "");
729 "$file1 $file2"
/linux-4.4.14/drivers/infiniband/core/
H A Ducma.c1452 static void ucma_lock_files(struct ucma_file *file1, struct ucma_file *file2) ucma_lock_files() argument
1455 if (file1 < file2) { ucma_lock_files()
1457 mutex_lock_nested(&file2->mut, SINGLE_DEPTH_NESTING); ucma_lock_files()
1459 mutex_lock(&file2->mut); ucma_lock_files()
1464 static void ucma_unlock_files(struct ucma_file *file1, struct ucma_file *file2) ucma_unlock_files() argument
1466 if (file1 < file2) { ucma_unlock_files()
1467 mutex_unlock(&file2->mut); ucma_unlock_files()
1471 mutex_unlock(&file2->mut); ucma_unlock_files()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dfile.c1939 static int ll_swap_layouts(struct file *file1, struct file *file2, ll_swap_layouts() argument
1954 llss->inode2 = file_inode(file2); ll_swap_layouts()
1991 swap(file1, file2); ll_swap_layouts()
2002 rc = ll_get_grouplock(llss->inode2, file2, gid); ll_swap_layouts()
2063 ll_put_grouplock(llss->inode2, file2, gid); ll_swap_layouts()
2094 rc1 = ll_setattr(file2->f_path.dentry, &llss->ia1); ll_swap_layouts()
2242 struct file *file2; ll_file_ioctl() local
2252 file2 = fget(lsl.sl_fd); ll_file_ioctl()
2253 if (file2 == NULL) ll_file_ioctl()
2257 if ((file2->f_flags & O_ACCMODE) != 0) /* O_WRONLY or O_RDWR */ ll_file_ioctl()
2258 rc = ll_swap_layouts(file, file2, &lsl); ll_file_ioctl()
2259 fput(file2); ll_file_ioctl()

Completed in 206 milliseconds