Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode.c709 struct async_extent { struct
736 struct async_extent *async_extent; in add_async_extent() local
738 async_extent = kmalloc_obj(*async_extent, GFP_NOFS); in add_async_extent()
739 if (!async_extent) in add_async_extent()
742 async_extent->start = start; in add_async_extent()
743 async_extent->ram_size = ram_size; in add_async_extent()
744 async_extent->cb = cb; in add_async_extent()
745 list_add_tail(&async_extent->list, &cow->extents); in add_async_extent()
1020 struct async_extent *async_extent, in submit_uncompressed_range() argument
1023 u64 start = async_extent->start; in submit_uncompressed_range()
[all …]