Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dinode.c721 struct async_extent { struct
755 struct async_extent *async_extent; in add_async_extent() local
757 async_extent = kmalloc(sizeof(*async_extent), GFP_NOFS); in add_async_extent()
758 if (!async_extent) in add_async_extent()
1052 static void free_async_extent_pages(struct async_extent *async_extent) in free_async_extent_pages() argument
1069 struct async_extent *async_extent, in submit_uncompressed_range() argument
1073 u64 end = async_extent->start + async_extent->ram_size - 1; in submit_uncompressed_range()
1098 struct async_extent *async_extent, in submit_one_async_extent() argument
1114 u64 end = async_extent->start + async_extent->ram_size - 1; in submit_one_async_extent()
1196 kfree(async_extent); in submit_one_async_extent()
[all …]