Home | History | Annotate | Download | only in src

Lines Matching refs:freebytes

3798   uint64_t freebytes;
3806 ret = get_storage_freespace(device, storage, &freebytes);
3813 if (filesize > freebytes) {