Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dordered-data.h57 #define BTRFS_ORDERED_NOCOW 2 /* set when we want to write in place */ macro
Dordered-data.c202 !(type == BTRFS_ORDERED_NOCOW)) in __btrfs_add_ordered_extent()
Dinode.c1435 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()
/linux-4.1.27/include/trace/events/
Dbtrfs.h219 { (1 << BTRFS_ORDERED_NOCOW), "NOCOW" }, \