Searched refs:snapshot_force_cow (Results 1 – 4 of 4) sorted by relevance
750 bool snapshot_force_cow = false; in create_snapshot() local787 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()
1283 atomic_t snapshot_force_cow; member
1190 atomic_set(&root->snapshot_force_cow, 0); in __setup_root()
1406 if (!nolock && atomic_read(&root->snapshot_force_cow)) in run_delalloc_nocow()