Searched refs:file1 (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_exchrange.c | 800 fsnotify_modify(fxr->file1); in xfs_exchange_range() 801 if (fxr->file2 != fxr->file1) in xfs_exchange_range() 816 struct fd file1; in xfs_ioc_exchange_range() local 831 file1 = fdget(args.file1_fd); in xfs_ioc_exchange_range() 832 if (!fd_file(file1)) in xfs_ioc_exchange_range() 834 fxr.file1 = fd_file(file1); in xfs_ioc_exchange_range() 837 fdput(file1); in xfs_ioc_exchange_range() 912 struct fd file1; in xfs_ioc_commit_range() local 938 if (fd_empty(file1)) in xfs_ioc_commit_range() 940 fxr.file1 = fd_file(file1); in xfs_ioc_commit_range() [all …]
|
| A D | xfs_exchrange.h | 21 struct file *file1; member
|
| /linux/tools/objtool/ |
| 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/scripts/ |
| 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"
|
| A D | bloat-o-meter | 88 calc(args.file1, args.file2, symbolformat)
|
| A D | Kbuild.include | 222 # (3) - due to: file1.h file2.h
|
| /linux/tools/perf/Documentation/ |
| 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
|
| A D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
|
| /linux/scripts/kconfig/ |
| 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/fs/befs/ |
| A D | ChangeLog | 53 names like file1 and file2 to mysteriously be duplicates of each other
|
| /linux/Documentation/filesystems/ |
| A D | idmappings.rst | 570 dir/file1 id: u1000 582 dir/file1 id: u11000
|
Completed in 20 milliseconds