Searched refs:fsize (Results 1 – 8 of 8) sorted by relevance
537 off_t fsize; in mx28_create_sd_image() local541 fsize = lseek(infd, 0, SEEK_END); in mx28_create_sd_image()543 size = fsize + 4 * 512; in mx28_create_sd_image()551 ret = read(infd, (uint8_t *)buf + 4 * 512, fsize); in mx28_create_sd_image()552 if (ret != fsize) { in mx28_create_sd_image()
248 static int fsize(FILE *fp) in fsize() function268 zynqhdr->pfw_image_length = fsize(fpmu); in zynqmpimage_pmufw()386 tparams->header_size += fsize(fpmu); in zynqmpimage_vrec_header()
1650 FILE *fp, long fsize) in sb_verify_image_header() argument1761 if (hdr->image_blocks != fsize / SB_BLOCK_SIZE) in sb_verify_image_header()
878 u32 fsize; in ubispl_load_volumes() local896 fsize = info->peb_size * info->peb_count; in ubispl_load_volumes()897 ubi->fsize_mb = fsize >> 20; in ubispl_load_volumes()
210 u32 fsize = fls(size) - 1; in _stm32_qspi_set_flash_size() local213 fsize << STM32_QSPI_DCR_FSIZE_SHIFT); in _stm32_qspi_set_flash_size()
419 dec_size=$$(expr $$dec_size + $$fsize); \
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()