Searched refs:async_extent (Results 1 – 1 of 1) sorted by relevance
696 struct async_extent { struct730 struct async_extent *async_extent; in add_async_extent() local732 async_extent = kmalloc(sizeof(*async_extent), GFP_NOFS); in add_async_extent()733 if (!async_extent) in add_async_extent()735 async_extent->start = start; in add_async_extent()736 async_extent->ram_size = ram_size; in add_async_extent()737 async_extent->compressed_size = compressed_size; in add_async_extent()738 async_extent->pages = pages; in add_async_extent()739 async_extent->nr_pages = nr_pages; in add_async_extent()740 async_extent->compress_type = compress_type; in add_async_extent()[all …]