Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dinode.c740 struct async_cow *async_cow; member
743 struct async_cow { struct
1572 struct async_cow *async_cow; in submit_compressed_extents() local
1578 async_cow = async_chunk->async_cow; in submit_compressed_extents()
1579 if (atomic_dec_and_test(&async_cow->num_chunks)) in submit_compressed_extents()
1580 kvfree(async_cow); in submit_compressed_extents()
1606 struct async_cow *ctx; in run_delalloc_compressed()
1633 async_chunk[i].async_cow = ctx; in run_delalloc_compressed()