Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/btrfs/
Dinode.c696 struct async_extent { struct
697 u64 start;
698 u64 ram_size;
699 u64 compressed_size;
723 static noinline int add_async_extent(struct async_chunk *cow, in add_async_extent() argument
730 struct async_extent *async_extent; in add_async_extent() local
1048 static void free_async_extent_pages(struct async_extent *async_extent) in free_async_extent_pages()
1065 struct async_extent *async_extent, in submit_uncompressed_range()
1098 struct async_extent *async_extent, in submit_one_async_extent()
1578 struct async_extent *async_extent; in submit_compressed_extents() local
/kernel/linux/linux-5.10/fs/btrfs/
Dinode.c357 struct async_extent { struct
358 u64 start;
359 u64 ram_size;
360 u64 compressed_size;
361 struct page **pages;
385 static noinline int add_async_extent(struct async_chunk *cow, in add_async_extent() argument
392 struct async_extent *async_extent; in add_async_extent() local
744 static void free_async_extent_pages(struct async_extent *async_extent) in free_async_extent_pages()
770 struct async_extent *async_extent; in submit_compressed_extents() local