Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c357 struct async_extent { struct
392 struct async_extent *async_extent; in add_async_extent() local
394 async_extent = kmalloc(sizeof(*async_extent), GFP_NOFS); in add_async_extent()
395 BUG_ON(!async_extent); /* -ENOMEM */ in add_async_extent()
396 async_extent->start = start; in add_async_extent()
397 async_extent->ram_size = ram_size; in add_async_extent()
398 async_extent->compressed_size = compressed_size; in add_async_extent()
399 async_extent in add_async_extent()
744 free_async_extent_pages(struct async_extent *async_extent) free_async_extent_pages() argument
770 struct async_extent *async_extent; submit_compressed_extents() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode.c696 struct async_extent { struct
730 struct async_extent *async_extent; in add_async_extent() local
732 async_extent = kmalloc(sizeof(*async_extent), GFP_NOFS); in add_async_extent()
733 BUG_ON(!async_extent); /* -ENOMEM */ in add_async_extent()
734 async_extent->start = start; in add_async_extent()
735 async_extent->ram_size = ram_size; in add_async_extent()
736 async_extent->compressed_size = compressed_size; in add_async_extent()
737 async_extent in add_async_extent()
1045 free_async_extent_pages(struct async_extent *async_extent) free_async_extent_pages() argument
1061 submit_uncompressed_range(struct btrfs_inode *inode, struct async_extent *async_extent, struct page *locked_page) submit_uncompressed_range() argument
1094 submit_one_async_extent(struct async_chunk *async_chunk, struct async_extent *async_extent, u64 *alloc_hint) submit_one_async_extent() argument
1574 struct async_extent *async_extent; submit_compressed_extents() local
[all...]

Completed in 19 milliseconds