Home
last modified time | relevance | path

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

/linux/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/fs/squashfs/
H A Dfile_direct.c29 loff_t file_end = (i_size_read(inode) - 1) >> PAGE_SHIFT; in squashfs_readpage_block() local
39 if (end_index > file_end) in squashfs_readpage_block()
40 end_index = file_end; in squashfs_readpage_block()
91 if (end_index == file_end && last_page && bytes) { in squashfs_readpage_block()
H A Dfile.c452 int file_end = i_size_read(inode) >> msblk->block_log; in squashfs_read_folio() local
453 int expected = index == file_end ? in squashfs_read_folio()
466 if (index < file_end || squashfs_i(inode)->fragment_block == in squashfs_read_folio()
578 loff_t file_end = i_size_read(inode) >> msblk->block_log; in squashfs_readahead() local
593 expected = start >> msblk->block_log == file_end ? in squashfs_readahead()
606 if (start >> msblk->block_log == file_end && in squashfs_readahead()
633 if (start >> msblk->block_log == file_end && bytes && last_page) in squashfs_readahead()
/linux/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) { in uwrite()
118 off_t aoffset = (file_ptr + count) - file_end; in uwrite()
133 if (file_ptr < file_end) { in uwrite()
134 cnt = file_end - file_ptr; in uwrite()
220 file_end = file_map + sb.st_size; in mmap_file()
/linux/drivers/acpi/acpica/
H A Daclocal.h834 char *file_end; /* Points to AML and indicates when the AML for this particular file ends. */ member
/linux/mm/
H A Dfilemap.c3628 pgoff_t file_end, last_pgoff = start_pgoff; in filemap_map_pages() local
3654 file_end = DIV_ROUND_UP(i_size_read(mapping->host), PAGE_SIZE) - 1; in filemap_map_pages()
3655 if (end_pgoff > file_end) in filemap_map_pages()
3656 end_pgoff = file_end; in filemap_map_pages()