Searched refs:file_end (Results 1 – 6 of 6) sorted by relevance
46 file_end=$(${CONFIG_SHELL} "${srctree}/scripts/file-size.sh" "$XIPIMAGE")47 if [ "$file_end" != "$data_end" ]; then49 $(($file_end + $base_offset)) $_edata_loc 1>&2
466 int file_end = i_size_read(inode) >> msblk->block_log; in squashfs_read_folio() local467 int expected = index == file_end ? in squashfs_read_folio()479 if (index < file_end || squashfs_i(inode)->fragment_block == in squashfs_read_folio()585 loff_t file_end = i_size_read(inode) >> msblk->block_log; in squashfs_readahead() local600 expected = start >> msblk->block_log == file_end ? in squashfs_readahead()613 if (start >> msblk->block_log == file_end && in squashfs_readahead()640 if (start >> msblk->block_log == file_end && bytes && last_page) in squashfs_readahead()675 u64 file_end = (i_size_read(inode) + msblk->block_size - 1) >> msblk->block_log; in seek_hole_data() local684 if (index + 1 == file_end && in seek_hole_data()703 if (++ index == file_end) in seek_hole_data()[all …]
62 static void *file_end; /* pointer to the end of the mapped file */ variable117 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()
3745 pgoff_t file_end) in filemap_map_folio_range() argument3764 if ((file_end >= folio_next_index(folio) || shmem_mapping(mapping)) && in filemap_map_folio_range()3872 pgoff_t file_end, last_pgoff = start_pgoff; in filemap_map_pages() local3886 file_end = DIV_ROUND_UP(i_size_read(mapping->host), PAGE_SIZE) - 1; in filemap_map_pages()3887 end_pgoff = min(end_pgoff, file_end); in filemap_map_pages()3896 if ((file_end >= folio_next_index(folio) || shmem_mapping(mapping)) && in filemap_map_pages()3926 nr_pages, &rss, &mmap_miss, file_end); in filemap_map_pages()
5546 pgoff_t file_end; in finish_fault() local5548 file_end = DIV_ROUND_UP(i_size_read(mapping->host), PAGE_SIZE); in finish_fault()5558 file_end < folio_next_index(folio); in finish_fault()
834 char *file_end; /* Points to AML and indicates when the AML for this particular file ends. */ member