Searched refs:maxsize (Results 1 – 2 of 2) sorted by relevance
142 loff_t maxsize; member219 boot_cfg->maxsize = maxsize; in nandbcb_get_size()234 loff_t maxsize; in nandbcb_set_boot_config() local269 maxsize = boot_cfg->maxsize; in nandbcb_set_boot_config()271 maxsize = ((u32)(maxsize + mtd->writesize - 1)) / (u32)mtd->writesize in nandbcb_set_boot_config()307 size_t maxsize = boot_cfg->maxsize; in nandbcb_check_space() local756 size_t maxsize = boot_cfg->maxsize; in check_skip_length() local821 maxsize = boot_cfg->maxsize; in nandbcb_write_bs_skip_bad()962 maxsize = boot_cfg->maxsize; in nandbcb_init()1058 size_t maxsize; in do_nandbcb_bcbonly() local[all …]
284 int os_persistent_file(char *buf, int maxsize, const char *fname) in os_persistent_file() argument291 if (len > maxsize) in os_persistent_file()
Completed in 10 milliseconds