Searched refs:file_end (Results 1 – 7 of 7) sorted by relevance
48 file_end=$(${CONFIG_SHELL} "${srctree}/scripts/file-size.sh" "$XIPIMAGE")49 if [ "$file_end" != "$data_end" ]; then51 $(($file_end + $base_offset)) $_edata_loc 1>&2
50 static void *file_end; /* pointer to the end of the mapped file */ variable134 if (file_ptr + count >= file_end) { in uwrite()135 off_t aoffset = (file_ptr + count) - file_end; in uwrite()145 if (file_ptr < file_end) { in uwrite()146 cnt = file_end - file_ptr; in uwrite()305 file_end = file_map + sb.st_size; in mmap_file()
114 file_end=$(${SIZE} -Ax $objfile | awk '$1 == ".text" {print $2}')192 …done < <(${NM} -n $objfile | awk -v fn=$func -v end=$file_end '$3 == fn { found=1; line=$0; start=…
34 int file_end = (i_size_read(inode) - 1) >> PAGE_SHIFT; in squashfs_readpage_block() local43 if (end_index > file_end) in squashfs_readpage_block()44 end_index = file_end; in squashfs_readpage_block()
465 int file_end = i_size_read(inode) >> msblk->block_log; in squashfs_readpage() local466 int expected = index == file_end ? in squashfs_readpage()479 if (index < file_end || squashfs_i(inode)->fragment_block == in squashfs_readpage()
811 char *file_end; /* Points to AML and indicates when the AML for this particular file ends. */ member
1218 unsigned long file_end; in cluster_pages_for_defrag() local1232 file_end = (isize - 1) >> PAGE_SHIFT; in cluster_pages_for_defrag()1233 if (!isize || start_index > file_end) in cluster_pages_for_defrag()1236 page_cnt = min_t(u64, (u64)num_pages, (u64)file_end - start_index + 1); in cluster_pages_for_defrag()