Searched refs:file2 (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/objtool/ |
| H A D | sync-check.sh | 34 file2=$2 39 cmd="diff $* $file1 $file2 > /dev/null" 41 test -f $file2 && { 43 echo "Warning: Kernel ABI header at '$file1' differs from latest version at '$file2'" >&2 44 echo diff -u $file1 $file2
|
| /linux/fs/xfs/ |
| H A D | xfs_exchrange.c | 343 struct inode *inode2 = file_inode(fxr->file2); in xfs_exchange_range_checks() 397 error = generic_write_check_limits(fxr->file2, fxr->file2_offset, in xfs_exchange_range_checks() 459 struct inode *inode2 = file_inode(fxr->file2); in xfs_exchange_range_prep() 490 if (((fxr->file1->f_flags | fxr->file2->f_flags) & O_SYNC) || in xfs_exchange_range_prep() 510 if (file_inode(fxr->file1) == file_inode(fxr->file2)) in xfs_exchange_range_finish() 513 return file_remove_privs(fxr->file2); in xfs_exchange_range_finish() 674 struct inode *inode2 = file_inode(fxr->file2); in xfs_exchrange_contents() 727 struct inode *inode2 = file_inode(fxr->file2); in xfs_exchange_range() 735 if (fxr->file1->f_path.mnt != fxr->file2->f_path.mnt) in xfs_exchange_range() 751 !(fxr->file2->f_mode & FMODE_READ) || in xfs_exchange_range() [all …]
|
| H A D | xfs_exchrange.h | 22 struct file *file2; member
|
| /linux/tools/perf/tests/shell/ |
| H A D | trace_btf_general.sh | 11 file2=$(echo $file1 | sed 's/file1/file2/g') 30 output="$(perf trace --sort-events -e renameat* --max-events=1 -- mv ${file1} ${file2} 2>&1)" 31 …if ! echo "$output" | grep -q -E "^mv/[0-9]+ renameat(2)?\(.*, \"${file1}\", .*, \"${file2}\", .*\… 60 rm -rf ${file1} ${file2} ${perf_config_tmp}
|
| /linux/scripts/ |
| H A D | get_dvb_firmware | 559 my $file2 = "ngene_17.fw"; 570 wgetfile($file2, $url . $file2); 571 verify($file2, $hash2); 576 "$file1, $file2, $file3"; 702 my $file2 = "dvb-usb-it9135-02.zip"; 712 wgetfile($file2, $url . $file2); 713 unzip($file2, ""); 716 "$file1 $file2"
|
| H A D | bloat-o-meter | 88 calc(args.file1, args.file2, symbolformat)
|
| H A D | Kbuild.include | 222 # (3) - due to: file1.h file2.h
|
| /linux/tools/perf/Documentation/ |
| H A D | tips.txt | 63 To compare hot regions in two workloads use perf record -b -o file ... ; perf diff --stream file1 file2 64 To compare scalability of two workload samples use perf diff -c ratio file1 file2
|
| H A D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
|
| /linux/scripts/kconfig/ |
| H A D | confdata.c | 47 static bool is_same(const char *file1, const char *file2) in is_same() argument 58 fd2 = open(file2, O_RDONLY); in is_same()
|
| /linux/fs/befs/ |
| H A D | ChangeLog | 53 names like file1 and file2 to mysteriously be duplicates of each other
|
| /linux/Documentation/filesystems/ |
| H A D | idmappings.rst | 571 dir/file2 id: u2000 583 dir/file2 id: u12000
|