Searched refs:file2 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/Documentation/dvb/ |
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.4.14/drivers/infiniband/core/ |
D | ucma.c | 1452 static void ucma_lock_files(struct ucma_file *file1, struct ucma_file *file2) in ucma_lock_files() argument 1455 if (file1 < file2) { in ucma_lock_files() 1457 mutex_lock_nested(&file2->mut, SINGLE_DEPTH_NESTING); in ucma_lock_files() 1459 mutex_lock(&file2->mut); in ucma_lock_files() 1464 static void ucma_unlock_files(struct ucma_file *file1, struct ucma_file *file2) in ucma_unlock_files() argument 1466 if (file1 < file2) { in ucma_unlock_files() 1467 mutex_unlock(&file2->mut); in ucma_unlock_files() 1471 mutex_unlock(&file2->mut); in ucma_unlock_files()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | file.c | 1939 static int ll_swap_layouts(struct file *file1, struct file *file2, in ll_swap_layouts() argument 1954 llss->inode2 = file_inode(file2); in ll_swap_layouts() 1991 swap(file1, file2); in ll_swap_layouts() 2002 rc = ll_get_grouplock(llss->inode2, file2, gid); in ll_swap_layouts() 2063 ll_put_grouplock(llss->inode2, file2, gid); in ll_swap_layouts() 2094 rc1 = ll_setattr(file2->f_path.dentry, &llss->ia1); in ll_swap_layouts() 2242 struct file *file2; in ll_file_ioctl() local 2252 file2 = fget(lsl.sl_fd); in ll_file_ioctl() 2253 if (file2 == NULL) in ll_file_ioctl() 2257 if ((file2->f_flags & O_ACCMODE) != 0) /* O_WRONLY or O_RDWR */ in ll_file_ioctl() [all …]
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 277 # (3) - due to: file1.h file2.h
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 53 names like file1 and file2 to mysteriously be duplicates of each other
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 45 - Create two same size files (say 512MB each) on same disk (file1, file2) and
|