Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dbackref.c910 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in add_inline_refs()
1744 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)
1745 *flags_ret = BTRFS_EXTENT_FLAG_TREE_BLOCK;
1779 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) {
1984 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)
Dtree-checker.c1014 BTRFS_EXTENT_FLAG_TREE_BLOCK))) { in check_extent_item()
1018 BTRFS_EXTENT_FLAG_TREE_BLOCK); in check_extent_item()
1021 is_tree_block = !!(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK); in check_extent_item()
Dprint-tree.c68 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in print_extent_item()
Dscrub.c771 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_print_warning()
1777 else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_checksum()
2491 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent()
2629 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent_for_parity()
2941 if ((flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_raid56_parity()
3292 if ((flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_stripe()
Dref-verify.c445 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in process_extent_item()
Drelocation.c612 BTRFS_EXTENT_FLAG_TREE_BLOCK)); in find_inline_backref()
3960 (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)) in check_extent_flags()
3963 !(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)) in check_extent_flags()
4085 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in relocate_block_group()
Dextent-tree.c917 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK && !skinny_metadata) { in lookup_inline_extent_backref()
1544 BUG_ON(!(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)); in __run_delayed_extent_op()
4296 flags | BTRFS_EXTENT_FLAG_TREE_BLOCK); in alloc_reserved_tree_block()
Dsend.c1356 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in find_extent_clone()
/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h485 #define BTRFS_EXTENT_FLAG_TREE_BLOCK (1ULL << 1) macro
/Linux-v5.4/fs/btrfs/tests/
Dqgroup-tests.c51 btrfs_set_extent_flags(leaf, item, BTRFS_EXTENT_FLAG_TREE_BLOCK); in insert_normal_tree_ref()