Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dbackref.c712 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in __add_inline_refs()
1479 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)
1480 *flags_ret = BTRFS_EXTENT_FLAG_TREE_BLOCK;
1512 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) {
1700 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)
Dprint-tree.c91 flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in print_extent_item()
Dscrub.c650 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_print_warning()
1844 else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) in scrub_checksum()
2432 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent()
2569 } else if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in scrub_extent_for_parity()
2873 (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)) { in scrub_raid56_parity()
3204 (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)) { in scrub_stripe()
Drelocation.c641 BTRFS_EXTENT_FLAG_TREE_BLOCK)); in find_inline_backref()
3852 (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK))
3855 !(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK))
3971 flags = BTRFS_EXTENT_FLAG_TREE_BLOCK;
3993 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) {
Dextent-tree.c1047 BTRFS_EXTENT_FLAG_TREE_BLOCK | in convert_extent_item_v0()
1579 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK && !skinny_metadata) { in lookup_inline_extent_backref()
2119 BUG_ON(!(flags & BTRFS_EXTENT_FLAG_TREE_BLOCK)); in __run_delayed_extent_op()
7374 flags | BTRFS_EXTENT_FLAG_TREE_BLOCK); in alloc_reserved_tree_block()
Dctree.h634 #define BTRFS_EXTENT_FLAG_TREE_BLOCK (1ULL << 1) macro
Dsend.c1345 if (flags & BTRFS_EXTENT_FLAG_TREE_BLOCK) { in find_extent_clone()
/linux-4.1.27/fs/btrfs/tests/
Dqgroup-tests.c70 btrfs_set_extent_flags(leaf, item, BTRFS_EXTENT_FLAG_TREE_BLOCK); in insert_normal_tree_ref()