Searched refs:file2 (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/scripts/ |
H A D | bloat-o-meter | 13 sys.stderr.write("usage: %s file1 file2\n" % sys.argv[0])
|
/linux-4.1.27/Documentation/dvb/ |
H A D | get_dvb_firmware | 572 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.1.27/drivers/infiniband/core/ |
H A D | ucma.c | 1365 static void ucma_lock_files(struct ucma_file *file1, struct ucma_file *file2) ucma_lock_files() argument 1368 if (file1 < file2) { ucma_lock_files() 1370 mutex_lock(&file2->mut); ucma_lock_files() 1372 mutex_lock(&file2->mut); ucma_lock_files() 1377 static void ucma_unlock_files(struct ucma_file *file1, struct ucma_file *file2) ucma_unlock_files() argument 1379 if (file1 < file2) { ucma_unlock_files() 1380 mutex_unlock(&file2->mut); ucma_unlock_files() 1384 mutex_unlock(&file2->mut); ucma_unlock_files()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | file.c | 1950 static int ll_swap_layouts(struct file *file1, struct file *file2, ll_swap_layouts() argument 1965 llss->inode2 = file_inode(file2); ll_swap_layouts() 2002 swap(file1, file2); ll_swap_layouts() 2013 rc = ll_get_grouplock(llss->inode2, file2, gid); ll_swap_layouts() 2074 ll_put_grouplock(llss->inode2, file2, gid); ll_swap_layouts() 2105 rc1 = ll_setattr(file2->f_path.dentry, &llss->ia1); ll_swap_layouts() 2252 struct file *file2; ll_file_ioctl() local 2262 file2 = fget(lsl.sl_fd); ll_file_ioctl() 2263 if (file2 == NULL) ll_file_ioctl() 2267 if ((file2->f_flags & O_ACCMODE) != 0) /* O_WRONLY or O_RDWR */ ll_file_ioctl() 2268 rc = ll_swap_layouts(file, file2, &lsl); ll_file_ioctl() 2269 fput(file2); ll_file_ioctl()
|
Completed in 66 milliseconds