Searched refs:subv_writers (Results 1 – 4 of 4) sorted by relevance
1497 root->subv_writers = writers; in btrfs_init_fs_root()3882 if (root->subv_writers) in btrfs_free_fs_root()3883 btrfs_free_subvolume_writers(root->subv_writers); in btrfs_free_fs_root()
806 wait_event(root->subv_writers->wait, in create_snapshot()807 percpu_counter_sum(&root->subv_writers->counter) == 0); in create_snapshot()
10998 percpu_counter_dec(&root->subv_writers->counter); in btrfs_end_write_no_snapshotting()10999 cond_wake_up(&root->subv_writers->wait); in btrfs_end_write_no_snapshotting()11007 percpu_counter_inc(&root->subv_writers->counter); in btrfs_start_write_no_snapshotting()
1280 struct btrfs_subvolume_writers *subv_writers; member