Home
last modified time | relevance | path

Searched refs:file2 (Results 1 – 11 of 11) sorted by relevance

/linux/tools/objtool/
A Dsync-check.sh32 file2=$2
37 cmd="diff $* $file1 $file2 > /dev/null"
39 test -f $file2 && {
41 echo "Warning: Kernel ABI header at '$file1' differs from latest version at '$file2'" >&2
42 echo diff -u $file1 $file2
/linux/fs/xfs/
A Dxfs_exchrange.c355 struct inode *inode2 = file_inode(fxr->file2); in xfs_exchange_range_checks()
532 return file_remove_privs(fxr->file2); in xfs_exchange_range_finish()
769 !(fxr->file2->f_mode & FMODE_READ) || in xfs_exchange_range()
770 !(fxr->file2->f_mode & FMODE_WRITE)) in xfs_exchange_range()
775 (fxr->file2->f_flags & O_APPEND)) in xfs_exchange_range()
794 file_start_write(fxr->file2); in xfs_exchange_range()
796 file_end_write(fxr->file2); in xfs_exchange_range()
801 if (fxr->file2 != fxr->file1) in xfs_exchange_range()
802 fsnotify_modify(fxr->file2); in xfs_exchange_range()
813 .file2 = file, in xfs_ioc_exchange_range()
[all …]
A Dxfs_exchrange.h22 struct file *file2; member
/linux/scripts/
A Dget_dvb_firmware559 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"
A Dbloat-o-meter88 calc(args.file1, args.file2, symbolformat)
A DKbuild.include222 # (3) - due to: file1.h file2.h
/linux/tools/perf/Documentation/
A Dtips.txt63 …ompare 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
A Dperf-diff.txt11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
/linux/scripts/kconfig/
A Dconfdata.c47 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/
A DChangeLog53 names like file1 and file2 to mysteriously be duplicates of each other
/linux/Documentation/filesystems/
A Didmappings.rst571 dir/file2 id: u2000
583 dir/file2 id: u12000

Completed in 21 milliseconds