Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dordered-data.h44 #define BTRFS_ORDERED_NOCOW 2 /* set when we want to write in place */ macro
Dinode.c1494 type = BTRFS_ORDERED_NOCOW; in run_delalloc_nocow()
2948 if (!test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_ordered_io()
2973 if (test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags)) { in btrfs_finish_ordered_io()
3116 !test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_ordered_io()
7139 if (type != BTRFS_ORDERED_NOCOW) { in btrfs_create_dio_extent()
7432 type == BTRFS_ORDERED_NOCOW || in create_io_em()
7527 type = BTRFS_ORDERED_NOCOW; in btrfs_get_blocks_direct_write()
/Linux-v4.19/include/trace/events/
Dbtrfs.h430 { (1 << BTRFS_ORDERED_NOCOW), "NOCOW" }, \