Searched refs:size_bytes (Results 1 – 1 of 1) sorted by relevance
115 unsigned long long size_bytes = size_bytes; /* for compiler */ in ubi_tools_main() local159 size_bytes = xatoull_sfx(size_bytes_str, size_suffixes); in ubi_tools_main()226 size_bytes = leb_avail * (unsigned long long)leb_size; in ubi_tools_main()242 mkvol_req.bytes = size_bytes; /* signed int64_t */ in ubi_tools_main()289 rsvol_req.bytes = size_bytes; /* signed int64_t */ in ubi_tools_main()331 size_bytes = st.st_size; in ubi_tools_main()334 bytes64 = size_bytes; in ubi_tools_main()340 while (size_bytes != 0) { in ubi_tools_main()347 if ((unsigned)len > size_bytes) { in ubi_tools_main()349 len = size_bytes; in ubi_tools_main()[all …]