Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dinode.c715 struct async_cow *async_cow; member
718 struct async_cow { struct
1597 struct async_cow *async_cow; in async_cow_free() local
1604 async_cow = async_chunk->async_cow; in async_cow_free()
1605 if (atomic_dec_and_test(&async_cow->num_chunks)) in async_cow_free()
1606 kvfree(async_cow); in async_cow_free()
1615 struct async_cow *ctx; in run_delalloc_compressed()
1643 async_chunk[i].async_cow = ctx; in run_delalloc_compressed()