Searched refs:unzipped_len (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/pstore/
H A Dplatform.c529 int unzipped_len = -1; pstore_get_records() local
542 unzipped_len = pstore_decompress(buf, pstore_get_records()
546 if (unzipped_len > 0) { pstore_get_records()
549 size = unzipped_len; pstore_get_records()
553 unzipped_len); pstore_get_records()
559 if (unzipped_len < 0) { pstore_get_records()
564 unzipped_len = -1; pstore_get_records()

Completed in 46 milliseconds