Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dioctl.c750 bool snapshot_force_cow = false; in create_snapshot() local
787 atomic_inc(&root->snapshot_force_cow); in create_snapshot()
788 snapshot_force_cow = true; in create_snapshot()
854 if (snapshot_force_cow) in create_snapshot()
855 atomic_dec(&root->snapshot_force_cow); in create_snapshot()
Dctree.h1283 atomic_t snapshot_force_cow; member
Ddisk-io.c1190 atomic_set(&root->snapshot_force_cow, 0); in __setup_root()
Dinode.c1406 if (!nolock && atomic_read(&root->snapshot_force_cow)) in run_delalloc_nocow()