Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dbackref.c748 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in __add_inline_refs()
1527 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)
1528 *flags_ret = BTRFS_EXTENT_FLAG_TREE_BLOCK;
1560 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) {
1748 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)
Dprint-tree.c91 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in print_extent_item()
Dscrub.c642 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_print_warning()
1801 else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_checksum()
2496 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent()
2638 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent_for_parity()
2954 if ((flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_raid56_parity()
3304 if ((flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) && in scrub_stripe()
Drelocation.c641 BTRFS_EXTENT_FLAG_TREE_BLOCK)); in find_inline_backref()
3857 (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK))
3860 !(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK))
3980 flags = BTRFS_EXTENT_FLAG_TREE_BLOCK;
4002 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) {
Dextent-tree.c1109 BTRFS_EXTENT_FLAG_TREE_BLOCK | in convert_extent_item_v0()
1640 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK && !skinny_metadata) { in lookup_inline_extent_backref()
2216 BUG_ON(!(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)); in __run_delayed_extent_op()
7732 flags | BTRFS_EXTENT_FLAG_TREE_BLOCK); in alloc_reserved_tree_block()
Dctree.h634 #define BTRFS_EXTENT_FLAG_TREE_BLOCK (1ULL << 1) macro
Dsend.c1349 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in find_extent_clone()
/linux-4.4.14/fs/btrfs/tests/
Dqgroup-tests.c71 btrfs_set_extent_flags(leaf, item, BTRFS_EXTENT_FLAG_TREE_BLOCK); in insert_normal_tree_ref()