Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dprint-tree.c107 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in print_extent_item()
Dbackref.c999 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in add_inline_refs()
2013 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in extent_from_logical()
2014 *flags_ret = BTRFS_EXTENT_FLAG_TREE_BLOCK; in extent_from_logical()
2048 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in get_extent_inline_ref()
2272 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in iterate_inodes_from_logical()
Dtree-checker.c1315 BTRFS_EXTENT_FLAG_TREE_BLOCK)))) { in check_extent_item()
1319 BTRFS_EXTENT_FLAG_TREE_BLOCK); in check_extent_item()
1322 is_tree_block = !!(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK); in check_extent_item()
Dscrub.c936 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_print_warning()
1967 else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_checksum()
2684 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent()
2820 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent_for_parity()
3184 if ((extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_raid56_data_stripe_for_parity()
3456 if ((extent_flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_simple_mirror()
Dref-verify.c447 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in process_extent_item()
Dextent-tree.c885 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK && !skinny_metadata) { in lookup_inline_extent_backref()
1551 BUG_ON(!(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)); in __run_delayed_extent_op()
4767 flags | BTRFS_EXTENT_FLAG_TREE_BLOCK); in alloc_reserved_tree_block()
Drelocation.c3637 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in relocate_block_group()
Dsend.c1404 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in find_extent_clone()
/linux-6.1.9/include/uapi/linux/
Dbtrfs_tree.h522 #define BTRFS_EXTENT_FLAG_TREE_BLOCK (1ULL << 1) macro
/linux-6.1.9/fs/btrfs/tests/
Dqgroup-tests.c50 btrfs_set_extent_flags(leaf, item, BTRFS_EXTENT_FLAG_TREE_BLOCK); in insert_normal_tree_ref()