Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dbackref.c906 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in add_inline_refs()
1737 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)
1738 *flags_ret = BTRFS_EXTENT_FLAG_TREE_BLOCK;
1772 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) {
1971 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)
Dprint-tree.c68 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in print_extent_item()
Dscrub.c768 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_print_warning()
1764 else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_checksum()
2467 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent()
2605 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent_for_parity()
2917 if ((flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_raid56_parity()
3269 if ((flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_stripe()
Dref-verify.c456 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in process_extent_item()
Drelocation.c608 BTRFS_EXTENT_FLAG_TREE_BLOCK)); in find_inline_backref()
3869 (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)) in check_extent_flags()
3872 !(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)) in check_extent_flags()
3993 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in relocate_block_group()
Dextent-tree.c1572 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK && !skinny_metadata) { in lookup_inline_extent_backref()
2212 BUG_ON(!(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)); in __run_delayed_extent_op()
8004 flags | BTRFS_EXTENT_FLAG_TREE_BLOCK); in alloc_reserved_tree_block()
Dsend.c1359 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in find_extent_clone()
/Linux-v4.19/include/uapi/linux/
Dbtrfs_tree.h480 #define BTRFS_EXTENT_FLAG_TREE_BLOCK (1ULL << 1) macro
/Linux-v4.19/fs/btrfs/tests/
Dqgroup-tests.c51 btrfs_set_extent_flags(leaf, item, BTRFS_EXTENT_FLAG_TREE_BLOCK); in insert_normal_tree_ref()