Searched refs:file1 (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/tools/perf/tests/shell/ |
| H A D | trace_btf_general.sh | 11 file1=$(mktemp /tmp/file1_XXXX) 12 file2=$(echo $file1 | sed 's/file1/file2/g') 31 if ! perf trace -e renameat* --max-events=1 -- mv ${file1} ${file2} 2>&1 | \ 32 grep -q -E "^mv/[0-9]+ renameat(2)?\(.*, \"${file1}\", .*, \"${file2}\", .*\) += +[0-9]+$" 61 rm -rf ${file1} ${file2} ${perf_config_tmp}
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_exchrange.c | 507 error = file_remove_privs(fxr->file1); in xfs_exchange_range_finish() 749 if (!(fxr->file1->f_mode & FMODE_READ) || in xfs_exchange_range() 756 if ((fxr->file1->f_flags & O_APPEND) || in xfs_exchange_range() 786 fsnotify_modify(fxr->file1); in xfs_exchange_range() 787 if (fxr->file2 != fxr->file1) in xfs_exchange_range() 815 CLASS(fd, file1)(args.file1_fd); in xfs_ioc_exchange_range() 816 if (fd_empty(file1)) in xfs_ioc_exchange_range() 818 fxr.file1 = fd_file(file1); in xfs_ioc_exchange_range() 917 CLASS(fd, file1)(args.file1_fd); in xfs_ioc_commit_range() 918 if (fd_empty(file1)) in xfs_ioc_commit_range() [all …]
|
| H A D | xfs_exchrange.h | 21 struct file *file1; member
|
| /linux-6.15/tools/objtool/ |
| H A D | sync-check.sh | 31 file1=$1 37 cmd="diff $* $file1 $file2 > /dev/null" 41 echo "Warning: Kernel ABI header at '$file1' differs from latest version at '$file2'" >&2 42 echo diff -u $file1 $file2
|
| /linux-6.15/scripts/ |
| H A D | get_dvb_firmware | 557 my $file1 = "ngene_15.fw"; 567 wgetfile($file1, $url . $file1); 568 verify($file1, $hash1); 576 "$file1, $file2, $file3"; 699 my $file1 = "dvb-usb-it9135-01.zip"; 708 wgetfile($file1, $url . $file1); 709 unzip($file1, ""); 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-6.15/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 f… 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-6.15/scripts/kconfig/ |
| H A D | confdata.c | 47 static bool is_same(const char *file1, const char *file2) in is_same() argument 54 fd1 = open(file1, O_RDONLY); in is_same()
|
| /linux-6.15/fs/befs/ |
| H A D | ChangeLog | 53 names like file1 and file2 to mysteriously be duplicates of each other
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | idmappings.rst | 570 dir/file1 id: u1000 582 dir/file1 id: u11000
|