Searched refs:file1 (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/objtool/
H 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-master/fs/xfs/
H A Dxfs_exchrange.h9 /* Update the mtime/cmtime of file1 and file2 */
17 struct file *file1; member in struct:xfs_exchrange
H A Dxfs_exchrange.c291 * file1 with the same number of bytes starting at fxr.file2_offset in file2.
308 ret = remap_verify_area(fxr->file1, fxr->file1_offset, fxr->length,
326 struct inode *inode1 = file_inode(fxr->file1);
392 error = generic_write_check_limits(fxr->file1, fxr->file1_offset,
449 struct inode *inode1 = file_inode(fxr->file1);
481 if (((fxr->file1->f_flags | fxr->file2->f_flags) & O_SYNC) ||
498 error = file_remove_privs(fxr->file1);
501 if (file_inode(fxr->file1) == file_inode(fxr->file2))
658 struct inode *inode1 = file_inode(fxr->file1);
711 struct inode *inode1 = file_inode(fxr->file1);
781 struct fd file1; local
[all...]
/linux-master/scripts/
H 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
[all...]
H A Dbloat-o-meter21 parser.add_argument('file1', help='First file to compare')
88 calc(args.file1, args.file2, symbolformat)
/linux-master/scripts/kconfig/
H A Dconfdata.c46 static bool is_same(const char *file1, const char *file2) argument
53 fd1 = open(file1, O_RDONLY);

Completed in 205 milliseconds