Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dinode.c494 struct async_cow *async_cow; member
497 struct async_cow { struct
1496 struct async_cow *async_cow; in async_cow_free() local
1504 async_cow = async_chunk->async_cow; in async_cow_free()
1505 if (atomic_dec_and_test(&async_cow->num_chunks)) in async_cow_free()
1506 kvfree(async_cow); in async_cow_free()
1517 struct async_cow *ctx; in cow_file_range_async()
1567 async_chunk[i].async_cow = ctx; in cow_file_range_async()