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

/linux-master/fs/btrfs/
H A Dinode.c704 struct async_extent { struct
738 struct async_extent *async_extent; local
740 async_extent = kmalloc(sizeof(*async_extent), GFP_NOFS);
741 if (!async_extent)
743 async_extent->start = start;
744 async_extent->ram_size = ram_size;
745 async_extent->compressed_size = compressed_size;
746 async_extent
1056 free_async_extent_pages(struct async_extent *async_extent) argument
1072 submit_uncompressed_range(struct btrfs_inode *inode, struct async_extent *async_extent, struct page *locked_page) argument
1105 submit_one_async_extent(struct async_chunk *async_chunk, struct async_extent *async_extent, u64 *alloc_hint) argument
1588 struct async_extent *async_extent; local
[all...]

Completed in 265 milliseconds