Home | History | Annotate | Download | only in src

Lines Matching refs:freebytes

3464   uint64_t freebytes;
3472 ret = get_storage_freespace(device, storage, &freebytes);
3479 if (filesize > freebytes) {