Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode.c701 struct async_cow *async_cow; member
704 struct async_cow { struct
1537 struct async_cow *async_cow; in submit_compressed_extents() local
1543 async_cow = async_chunk->async_cow; in submit_compressed_extents()
1544 if (atomic_dec_and_test(&async_cow->num_chunks)) in submit_compressed_extents()
1545 kvfree(async_cow); in submit_compressed_extents()
1571 struct async_cow *ctx; in run_delalloc_compressed()
1598 async_chunk[i].async_cow = ctx; in run_delalloc_compressed()