Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode.c755 struct async_extent { struct
782 struct async_extent *async_extent; in add_async_extent() local
784 async_extent = kmalloc_obj(*async_extent, GFP_NOFS); in add_async_extent()
785 if (!async_extent) in add_async_extent()
788 async_extent->start = start; in add_async_extent()
789 async_extent->ram_size = ram_size; in add_async_extent()
790 async_extent->cb = cb; in add_async_extent()
791 list_add_tail(&async_extent->list, &cow->extents); in add_async_extent()
1105 struct async_extent *async_extent, in submit_uncompressed_range() argument
1108 u64 start = async_extent->start; in submit_uncompressed_range()
[all …]