Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dordered-data.h51 BTRFS_ORDERED_NOCOW, enumerator
83 (1UL << BTRFS_ORDERED_NOCOW) | \
H A Dinode.c2159 : (1 << BTRFS_ORDERED_NOCOW), in run_delalloc_nocow()
2569 if (!test_bit(BTRFS_ORDERED_NOCOW, &ordered->flags)) { in btrfs_extract_ordered_extent()
3031 if (!test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_one_ordered()
3058 if (test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags)) { in btrfs_finish_one_ordered()
3200 !test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_one_ordered()
6965 if (type != BTRFS_ORDERED_NOCOW) { in btrfs_create_dio_extent()
7267 type == BTRFS_ORDERED_NOCOW || in create_io_em()
7334 type = BTRFS_ORDERED_NOCOW; in btrfs_get_blocks_direct_write()
H A Dordered-data.c159 ((1 << BTRFS_ORDERED_NOCOW) | (1 << BTRFS_ORDERED_PREALLOC))) { in alloc_ordered_extent()
H A Dzoned.c1696 if (!test_bit(BTRFS_ORDERED_NOCOW, &ordered->flags) && in btrfs_zoned_split_ordered()
/openbmc/linux/include/trace/events/
H A Dbtrfs.h505 { (1 << BTRFS_ORDERED_NOCOW), "NOCOW" }, \