Home
last modified time | relevance | path

Searched refs:file_end (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/arm/boot/
Ddeflate_xip_data.sh46 file_end=$(${CONFIG_SHELL} "${srctree}/scripts/file-size.sh" "$XIPIMAGE")
47 if [ "$file_end" != "$data_end" ]; then
49 $(($file_end + $base_offset)) $_edata_loc 1>&2
/linux-5.19.10/scripts/
Drecordmcount.c54 static void *file_end; /* pointer to the end of the mapped file */ variable
108 if (file_ptr + count >= file_end) { in uwrite()
109 off_t aoffset = (file_ptr + count) - file_end; in uwrite()
121 if (file_ptr < file_end) { in uwrite()
122 cnt = file_end - file_ptr; in uwrite()
208 file_end = file_map + sb.st_size; in mmap_file()
/linux-5.19.10/fs/squashfs/
Dfile_direct.c32 int file_end = (i_size_read(inode) - 1) >> PAGE_SHIFT; in squashfs_readpage_block() local
41 if (end_index > file_end) in squashfs_readpage_block()
42 end_index = file_end; in squashfs_readpage_block()
Dfile.c453 int file_end = i_size_read(inode) >> msblk->block_log; in squashfs_read_folio() local
454 int expected = index == file_end ? in squashfs_read_folio()
467 if (index < file_end || squashfs_i(inode)->fragment_block == in squashfs_read_folio()
/linux-5.19.10/drivers/acpi/acpica/
Daclocal.h818 char *file_end; /* Points to AML and indicates when the AML for this particular file ends. */ member