Searched refs:fsize (Results 1 – 8 of 8) sorted by relevance
536 off_t fsize; in mx28_create_sd_image() local540 fsize = lseek(infd, 0, SEEK_END); in mx28_create_sd_image()542 size = fsize + 4 * 512; in mx28_create_sd_image()550 ret = read(infd, (uint8_t *)buf + 4 * 512, fsize); in mx28_create_sd_image()551 if (ret != fsize) { in mx28_create_sd_image()
305 static uint32_t fsize(FILE *fp) in fsize() function347 zynqhdr->pfw_image_length = fsize(fpmu); in zynqmpimage_pmufw()465 tparams->header_size += fsize(fpmu); in zynqmpimage_vrec_header()
405 off_t fsize; in get_file_size() local408 fsize = ftell(f); in get_file_size()410 return fsize; in get_file_size()
1651 FILE *fp, long fsize) in sb_verify_image_header() argument1762 if (hdr->image_blocks != fsize / SB_BLOCK_SIZE) in sb_verify_image_header()
454 dec_size=$$(expr $$dec_size + $$fsize); \
1071 u32 fsize; in ubispl_load_volumes() local1093 fsize = info->peb_size * info->peb_count; in ubispl_load_volumes()1094 ubi->fsize_mb = fsize >> 20; in ubispl_load_volumes()
968 void yaffs_oh_size_load(struct yaffs_obj_hdr *oh, loff_t fsize);
4992 void yaffs_oh_size_load(struct yaffs_obj_hdr *oh, loff_t fsize) in yaffs_oh_size_load() argument4994 oh->file_size_low = (fsize & 0xFFFFFFFF); in yaffs_oh_size_load()4995 oh->file_size_high = ((fsize >> 32) & 0xFFFFFFFF); in yaffs_oh_size_load()
Completed in 28 milliseconds