Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dinode.c715 struct async_cow *async_cow; member
718 struct async_cow { struct
1599 struct async_cow *async_cow; in async_cow_free() local
1606 async_cow = async_chunk->async_cow; in async_cow_free()
1607 if (atomic_dec_and_test(&async_cow->num_chunks)) in async_cow_free()
1608 kvfree(async_cow); in async_cow_free()
1617 struct async_cow *ctx; in run_delalloc_compressed()
1645 async_chunk[i].async_cow = ctx; in run_delalloc_compressed()