Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode.c685 struct async_extent { struct
712 struct async_extent *async_extent; in add_async_extent() argument
714 async_extent = kmalloc_obj(*async_extent, GFP_NOFS); in add_async_extent()
715 if (!async_extent) in add_async_extent()
718 async_extent->start = start; in add_async_extent()
719 async_extent->ram_size = ram_size; in add_async_extent()
720 async_extent->cb = cb; in add_async_extent()
721 list_add_tail(&async_extent->list, &cow->extents); in add_async_extent()
1000 struct async_extent *async_extent, in submit_uncompressed_range() argument
1003 u64 start = async_extent->start; in submit_uncompressed_range()
[all …]