Searched refs:BTRFS_ORDERED_NOCOW (Results 1 – 4 of 4) sorted by relevance
57 #define BTRFS_ORDERED_NOCOW 2 /* set when we want to write in place */ macro
202 !(type == BTRFS_ORDERED_NOCOW)) in __btrfs_add_ordered_extent()
1435 type = BTRFS_ORDERED_NOCOW; in run_delalloc_nocow()2827 if (test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags)) { in btrfs_finish_ordered_io()2946 !test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_ordered_io()7525 type = BTRFS_ORDERED_NOCOW; in btrfs_get_blocks_direct()8274 !test_bit(BTRFS_ORDERED_NOCOW, &ordered->flags)) in btrfs_submit_direct()
219 { (1 << BTRFS_ORDERED_NOCOW), "NOCOW" }, \