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

/linux-master/fs/btrfs/
H A Dinode.c714 struct async_chunk { struct
728 struct async_chunk chunks[];
731 static noinline int add_async_extent(struct async_chunk *cow,
840 struct async_chunk *async_chunk = local
841 container_of(work, struct async_chunk, work);
842 struct btrfs_inode *inode = async_chunk->inode;
846 u64 start = async_chunk->start;
847 u64 end = async_chunk->end;
1029 ret = add_async_extent(async_chunk, star
1105 submit_one_async_extent(struct async_chunk *async_chunk, struct async_extent *async_extent, u64 *alloc_hint) argument
1585 struct async_chunk *async_chunk = container_of(work, struct async_chunk, local
1593 struct async_chunk *async_chunk; local
1630 struct async_chunk *async_chunk; local
[all...]

Completed in 546 milliseconds