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

/linux-master/arch/arm/boot/
H A 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-master/fs/squashfs/
H A Dfile_direct.c29 loff_t file_end = (i_size_read(inode) - 1) >> PAGE_SHIFT; local
38 if (end_index > file_end)
39 end_index = file_end;
H A Dfile.c454 int file_end = i_size_read(inode) >> msblk->block_log; local
455 int expected = index == file_end ?
468 if (index < file_end || squashfs_i(inode)->fragment_block ==
548 loff_t file_end = i_size_read(inode) >> msblk->block_log; local
564 expected = start >> msblk->block_log == file_end ?
582 if (index == file_end && squashfs_i(inode)->fragment_block !=
609 if (index == file_end && bytes && last_page)
/linux-master/scripts/
H A Drecordmcount.c62 static void *file_end; /* pointer to the end of the mapped file */ variable
117 if (file_ptr + count >= file_end) {
118 off_t aoffset = (file_ptr + count) - file_end;
133 if (file_ptr < file_end) {
134 cnt = file_end - file_ptr;
220 file_end = file_map + sb.st_size;
/linux-master/drivers/acpi/acpica/
H A Daclocal.h834 char *file_end; /* Points to AML and indicates when the AML for this particular file ends. */ member in struct:acpi_file_node

Completed in 150 milliseconds