Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dbtrfs_tree.h493 #define BTRFS_EXTENT_FLAG_TREE_BLOCK (1ULL << 1) macro
/Linux-v5.10/fs/btrfs/
Dprint-tree.c106 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in print_extent_item()
Dtree-checker.c1247 BTRFS_EXTENT_FLAG_TREE_BLOCK))) { in check_extent_item()
1251 BTRFS_EXTENT_FLAG_TREE_BLOCK); in check_extent_item()
1254 is_tree_block = !!(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK); in check_extent_item()
Dbackref.c963 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)
Dscrub.c770 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_print_warning()
1771 else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_checksum()
2420 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent()
2558 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent_for_parity()
2870 if ((flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_raid56_parity()
3236 if ((flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_stripe()
Dref-verify.c447 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in process_extent_item()
Drelocation.c3201 (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)) in check_extent_flags()
3204 !(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)) in check_extent_flags()
3326 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in relocate_block_group()
Dextent-tree.c914 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK && !skinny_metadata) { in lookup_inline_extent_backref()
1567 BUG_ON(!(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)); in __run_delayed_extent_op()
4550 flags | BTRFS_EXTENT_FLAG_TREE_BLOCK); in alloc_reserved_tree_block()
Dsend.c1367 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in find_extent_clone()
/Linux-v5.10/fs/btrfs/tests/
Dqgroup-tests.c51 btrfs_set_extent_flags(leaf, item, BTRFS_EXTENT_FLAG_TREE_BLOCK); in insert_normal_tree_ref()