Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_exchrange.c800 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 Dxfs_exchrange.h21 struct file *file1; member
/linux/tools/objtool/
A Dsync-check.sh31 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 Dget_dvb_firmware557 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 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 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 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
54 fd1 = open(file1, 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.rst570 dir/file1 id: u1000
582 dir/file1 id: u11000

Completed in 20 milliseconds