Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dimx8image.c658 int file_off = CONTAINER_IMAGE_ARRAY_START_OFFSET; in get_container_image_start_pos() local
683 file_off += in get_container_image_start_pos()
685 file_off = ALIGN(file_off, align); in get_container_image_start_pos()
692 return file_off; in get_container_image_start_pos()
777 int file_off; in build_container() local
803 file_off = get_container_image_start_pos(image_stack, sector_size); in build_container()
804 fprintf(stdout, "container image offset (aligned):%x\n", file_off); in build_container()
825 soc, img_sp, file_off, in build_container()
828 img_sp->src = file_off; in build_container()
830 file_off += ALIGN(sbuf.st_size, sector_size); in build_container()
[all …]
H A Dimx8mimage.c396 int file_off, header_hdmi_off = 0, header_image_off; in build_image() local
408 file_off = 0; in build_image()
411 header_hdmi_off = file_off + ivt_offset; in build_image()
431 file_off += ALIGN(sbuf.st_size, in build_image()
435 header_image_off = file_off + ivt_offset; in build_image()
468 file_off += imx_header[IMAGE_IVT_ID].boot_data.size; in build_image()
477 csf_off = file_off; in build_image()
478 file_off += CSF_SIZE; in build_image()
508 file_off = sld_header_off; in build_image()
509 file_off += sbuf.st_size + sizeof(image_header_t); in build_image()
/openbmc/linux/fs/ntfs3/
H A Dfslog.c274 __le32 file_off; // 0x3c: Used when major version >= 2 member
287 static_assert(offsetof(struct RECORD_PAGE_HDR, file_off) == 0x3c);
427 static inline bool is_rst_page_hdr_valid(u32 file_off, in is_rst_page_hdr_valid() argument
441 if (file_off && file_off != sys_page) in is_rst_page_hdr_valid()
1115 return le32_to_cpu(hdr->file_off); in hdr_file_off()
1722 saved_off = page_off = le32_to_cpu(best_page->file_off); in last_log_lsn()
2206 page->file_off = 0; in last_log_lsn()
/openbmc/linux/fs/btrfs/
H A Dinode.c226 static void print_data_reloc_error(const struct btrfs_inode *inode, u64 file_off, in print_data_reloc_error() argument
249 inode->root->root_key.objectid, btrfs_ino(inode), file_off, in print_data_reloc_error()
256 logical += file_off; in print_data_reloc_error()
260 btrfs_ino(inode), file_off, logical, in print_data_reloc_error()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c5597 #define BPF_LINE_INFO_ENC(insn_off, file_off, line_off, line_num, line_col) \ argument
5598 (insn_off), (file_off), (line_off), ((line_num) << 10 | ((line_col) & 0x3ff))