Searched refs:async_extent (Results 1 – 1 of 1) sorted by relevance
723 struct async_extent { struct757 struct async_extent *async_extent; in add_async_extent() local759 async_extent = kmalloc(sizeof(*async_extent), GFP_NOFS); in add_async_extent()760 if (!async_extent) in add_async_extent()762 async_extent->start = start; in add_async_extent()763 async_extent->ram_size = ram_size; in add_async_extent()764 async_extent->compressed_size = compressed_size; in add_async_extent()765 async_extent->folios = folios; in add_async_extent()766 async_extent->nr_folios = nr_folios; in add_async_extent()767 async_extent->compress_type = compress_type; in add_async_extent()[all …]