Searched refs:BTRFS_ORDERED_NOCOW (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ordered-data.h | 51 BTRFS_ORDERED_NOCOW, enumerator 83 (1UL << BTRFS_ORDERED_NOCOW) | \
|
H A D | inode.c | 2160 : (1 << BTRFS_ORDERED_NOCOW), in run_delalloc_nocow() 2570 if (!test_bit(BTRFS_ORDERED_NOCOW, &ordered->flags)) { in btrfs_extract_ordered_extent() 3032 if (!test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_one_ordered() 3059 if (test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags)) { in btrfs_finish_one_ordered() 3201 !test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_one_ordered() 6955 if (type != BTRFS_ORDERED_NOCOW) { in btrfs_create_dio_extent() 7257 type == BTRFS_ORDERED_NOCOW || in create_io_em() 7324 type = BTRFS_ORDERED_NOCOW; in btrfs_get_blocks_direct_write()
|
H A D | ordered-data.c | 159 ((1 << BTRFS_ORDERED_NOCOW) | (1 << BTRFS_ORDERED_PREALLOC))) { in alloc_ordered_extent()
|
H A D | zoned.c | 1686 if (!test_bit(BTRFS_ORDERED_NOCOW, &ordered->flags) && in btrfs_zoned_split_ordered()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ordered-data.h | 46 BTRFS_ORDERED_NOCOW, enumerator
|
H A D | ordered-data.c | 174 if (type == BTRFS_ORDERED_NOCOW || type == BTRFS_ORDERED_PREALLOC) { in __btrfs_add_ordered_extent()
|
H A D | inode.c | 1725 BTRFS_ORDERED_NOCOW); in run_delalloc_nocow() 2650 if (!test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_ordered_io() 2672 if (test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags)) { in btrfs_finish_ordered_io() 2793 !test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_ordered_io() 6943 if (type != BTRFS_ORDERED_NOCOW) { in btrfs_create_dio_extent() 7254 type == BTRFS_ORDERED_NOCOW || in create_io_em() 7327 type = BTRFS_ORDERED_NOCOW; in btrfs_get_blocks_direct_write()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 504 { (1 << BTRFS_ORDERED_NOCOW), "NOCOW" }, \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 505 { (1 << BTRFS_ORDERED_NOCOW), "NOCOW" }, \
|
Completed in 41 milliseconds