Searched refs:async_extent (Results 1 – 1 of 1) sorted by relevance
730 struct async_extent { struct764 struct async_extent *async_extent; in add_async_extent() local766 async_extent = kmalloc(sizeof(*async_extent), GFP_NOFS); in add_async_extent()767 if (!async_extent) in add_async_extent()769 async_extent->start = start; in add_async_extent()770 async_extent->ram_size = ram_size; in add_async_extent()771 async_extent->compressed_size = compressed_size; in add_async_extent()772 async_extent->folios = folios; in add_async_extent()773 async_extent->nr_folios = nr_folios; in add_async_extent()774 async_extent->compress_type = compress_type; in add_async_extent()[all …]