Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dordered-data.h44 #define BTRFS_ORDERED_NOCOW 2 /* set when we want to write in place */ macro
Dinode.c1552 type = BTRFS_ORDERED_NOCOW; in run_delalloc_nocow()
3012 if (!test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_ordered_io()
3037 if (test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags)) { in btrfs_finish_ordered_io()
3199 !test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_ordered_io()
7308 if (type != BTRFS_ORDERED_NOCOW) { in btrfs_create_dio_extent()
7601 type == BTRFS_ORDERED_NOCOW || in create_io_em()
7696 type = BTRFS_ORDERED_NOCOW; in btrfs_get_blocks_direct_write()
/linux-4.19.296/include/trace/events/
Dbtrfs.h430 { (1 << BTRFS_ORDERED_NOCOW), "NOCOW" }, \