Home
last modified time | relevance | path

Searched refs:async_extent (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/fs/btrfs/
Dinode.c262 struct async_extent { struct
289 struct async_extent *async_extent; in add_async_extent() argument
291 async_extent = kmalloc(sizeof(*async_extent), GFP_NOFS); in add_async_extent()
292 BUG_ON(!async_extent); in add_async_extent()
293 async_extent->start = start; in add_async_extent()
294 async_extent->ram_size = ram_size; in add_async_extent()
295 async_extent->compressed_size = compressed_size; in add_async_extent()
296 async_extent->pages = pages; in add_async_extent()
297 async_extent->nr_pages = nr_pages; in add_async_extent()
298 async_extent->compress_type = compress_type; in add_async_extent()
[all …]