Home
last modified time | relevance | path

Searched refs:BTRFS_EXTENT_FLAG_TREE_BLOCK (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/fs/btrfs/
Dprint-tree.c106 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in print_extent_item()
Dbackref.c964 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in add_inline_refs()
1795 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)
1796 *flags_ret = BTRFS_EXTENT_FLAG_TREE_BLOCK;
1830 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) {
2035 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)
Dtree-checker.c1282 BTRFS_EXTENT_FLAG_TREE_BLOCK)))) { in check_extent_item()
1286 BTRFS_EXTENT_FLAG_TREE_BLOCK); in check_extent_item()
1289 is_tree_block = !!(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK); in check_extent_item()
Dscrub.c763 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_print_warning()
1802 else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_checksum()
2558 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent()
2701 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent_for_parity()
3016 if ((flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_raid56_parity()
3436 if ((flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_stripe()
Dref-verify.c447 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in process_extent_item()
Dextent-tree.c882 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK && !skinny_metadata) { in lookup_inline_extent_backref()
1565 BUG_ON(!(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)); in __run_delayed_extent_op()
4605 flags | BTRFS_EXTENT_FLAG_TREE_BLOCK); in alloc_reserved_tree_block()
Drelocation.c3658 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in relocate_block_group()
Dsend.c1359 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in find_extent_clone()
/Linux-v5.15/include/uapi/linux/
Dbtrfs_tree.h517 #define BTRFS_EXTENT_FLAG_TREE_BLOCK (1ULL << 1) macro
/Linux-v5.15/fs/btrfs/tests/
Dqgroup-tests.c50 btrfs_set_extent_flags(leaf, item, BTRFS_EXTENT_FLAG_TREE_BLOCK); in insert_normal_tree_ref()