Home
last modified time | relevance | path

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

/fs/btrfs/
Ddisk-io.c1472 root->subv_writers = writers; in btrfs_init_fs_root()
3954 if (root->subv_writers) in btrfs_free_fs_root()
3955 btrfs_free_subvolume_writers(root->subv_writers); in btrfs_free_fs_root()
Dextent-tree.c5815 percpu_counter_dec(&root->subv_writers->counter); in btrfs_end_write_no_snapshotting()
5816 cond_wake_up(&root->subv_writers->wait); in btrfs_end_write_no_snapshotting()
5824 percpu_counter_inc(&root->subv_writers->counter); in btrfs_start_write_no_snapshotting()
Dioctl.c822 wait_event(root->subv_writers->wait, in create_snapshot()
823 percpu_counter_sum(&root->subv_writers->counter) == 0); in create_snapshot()
Dctree.h1090 struct btrfs_subvolume_writers *subv_writers; member