Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dordered-data.h51 BTRFS_ORDERED_NOCOW, enumerator
83 (1UL << BTRFS_ORDERED_NOCOW) | \
Dordered-data.c177 ((1 << BTRFS_ORDERED_NOCOW) | (1 << BTRFS_ORDERED_PREALLOC))) { in btrfs_add_ordered_extent()
Dinode.c2116 1 << BTRFS_ORDERED_NOCOW, in run_delalloc_nocow()
3220 if (!test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_ordered_io()
3252 if (test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags)) { in btrfs_finish_ordered_io()
3379 !test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_ordered_io()
7060 if (type != BTRFS_ORDERED_NOCOW) { in btrfs_create_dio_extent()
7350 type == BTRFS_ORDERED_NOCOW || in create_io_em()
7416 type = BTRFS_ORDERED_NOCOW; in btrfs_get_blocks_direct_write()
/linux-6.1.9/include/trace/events/
Dbtrfs.h505 { (1 << BTRFS_ORDERED_NOCOW), "NOCOW" }, \