Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dblock-group.h221 atomic_t nocow_writers; member
A Dblock-group.c332 atomic_inc(&bg->nocow_writers); in btrfs_inc_nocow_writers()
357 if (atomic_dec_and_test(&bg->nocow_writers)) in btrfs_dec_nocow_writers()
358 wake_up_var(&bg->nocow_writers); in btrfs_dec_nocow_writers()
366 wait_var_event(&bg->nocow_writers, !atomic_read(&bg->nocow_writers)); in btrfs_wait_nocow_writers()

Completed in 9 milliseconds