Lines Matching refs:root_objectid

83 				u64 root_objectid, u64 owner_objectid,
91 u64 parent, u64 root_objectid,
96 u64 parent, u64 root_objectid,
1123 static u64 hash_extent_data_ref(u64 root_objectid, u64 owner, u64 offset) in hash_extent_data_ref() argument
1129 lenum = cpu_to_le64(root_objectid); in hash_extent_data_ref()
1149 u64 root_objectid, u64 owner, u64 offset) in match_extent_data_ref() argument
1151 if (btrfs_extent_data_ref_root(leaf, ref) != root_objectid || in match_extent_data_ref()
1162 u64 root_objectid, in lookup_extent_data_ref() argument
1179 key.offset = hash_extent_data_ref(root_objectid, in lookup_extent_data_ref()
1230 if (match_extent_data_ref(leaf, ref, root_objectid, in lookup_extent_data_ref()
1249 u64 root_objectid, u64 owner, in insert_extent_data_ref() argument
1265 key.offset = hash_extent_data_ref(root_objectid, in insert_extent_data_ref()
1291 if (match_extent_data_ref(leaf, ref, root_objectid, in insert_extent_data_ref()
1307 root_objectid); in insert_extent_data_ref()
1427 u64 root_objectid) in lookup_tree_block_ref() argument
1438 key.offset = root_objectid; in lookup_tree_block_ref()
1460 u64 root_objectid) in insert_tree_block_ref() argument
1471 key.offset = root_objectid; in insert_tree_block_ref()
1536 u64 parent, u64 root_objectid, in lookup_inline_extent_backref() argument
1663 if (match_extent_data_ref(leaf, dref, root_objectid, in lookup_inline_extent_backref()
1669 hash_extent_data_ref(root_objectid, owner, offset)) in lookup_inline_extent_backref()
1682 if (root_objectid == ref_offset) { in lookup_inline_extent_backref()
1686 if (ref_offset < root_objectid) in lookup_inline_extent_backref()
1727 u64 parent, u64 root_objectid, in setup_inline_extent_backref() argument
1767 btrfs_set_extent_data_ref_root(leaf, dref, root_objectid); in setup_inline_extent_backref()
1779 btrfs_set_extent_inline_ref_offset(leaf, iref, root_objectid); in setup_inline_extent_backref()
1789 u64 root_objectid, u64 owner, u64 offset) in lookup_extent_backref() argument
1795 root_objectid, owner, offset, 0); in lookup_extent_backref()
1804 root_objectid); in lookup_extent_backref()
1807 root_objectid, owner, offset); in lookup_extent_backref()
1884 u64 root_objectid, u64 owner, in insert_inline_extent_backref() argument
1893 root_objectid, owner, offset, 1); in insert_inline_extent_backref()
1900 root_objectid, owner, offset, in insert_inline_extent_backref()
1910 u64 bytenr, u64 parent, u64 root_objectid, in insert_extent_backref() argument
1917 parent, root_objectid); in insert_extent_backref()
1920 parent, root_objectid, in insert_extent_backref()
2075 u64 root_objectid, u64 owner, u64 offset) in btrfs_inc_extent_ref() argument
2081 root_objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_inc_extent_ref()
2086 parent, root_objectid, (int)owner, in btrfs_inc_extent_ref()
2090 num_bytes, parent, root_objectid, in btrfs_inc_extent_ref()
2100 u64 parent, u64 root_objectid, in __btrfs_inc_extent_ref() argument
2123 root_objectid, owner, offset, in __btrfs_inc_extent_ref()
2148 path, bytenr, parent, root_objectid, in __btrfs_inc_extent_ref()
6393 u64 owner, u64 root_objectid) in add_pinned_bytes() argument
6399 if (root_objectid == BTRFS_CHUNK_TREE_OBJECTID) in add_pinned_bytes()
6416 u64 root_objectid, u64 owner_objectid, in __btrfs_free_extent() argument
6455 root_objectid, owner_objectid, in __btrfs_free_extent()
6547 bytenr, parent, root_objectid, owner_objectid, in __btrfs_free_extent()
6636 root_objectid); in __btrfs_free_extent()
6812 u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, in btrfs_free_extent() argument
6821 add_pinned_bytes(root->fs_info, num_bytes, owner, root_objectid); in btrfs_free_extent()
6827 if (root_objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_extent()
6835 parent, root_objectid, (int)owner, in btrfs_free_extent()
6840 parent, root_objectid, owner, in btrfs_free_extent()
7619 u64 parent, u64 root_objectid, in alloc_reserved_file_extent() argument
7669 btrfs_set_extent_data_ref_root(leaf, ref, root_objectid); in alloc_reserved_file_extent()
7690 u64 parent, u64 root_objectid, in alloc_reserved_tree_block() argument
7752 btrfs_set_extent_inline_ref_offset(leaf, iref, root_objectid); in alloc_reserved_tree_block()
7772 u64 root_objectid, u64 owner, in btrfs_alloc_reserved_file_extent() argument
7778 BUG_ON(root_objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_alloc_reserved_file_extent()
7782 root_objectid, owner, offset, in btrfs_alloc_reserved_file_extent()
7795 u64 root_objectid, u64 owner, u64 offset, in btrfs_alloc_logged_file_extent() argument
7818 ret = alloc_reserved_file_extent(trans, root, 0, root_objectid, in btrfs_alloc_logged_file_extent()
7931 u64 parent, u64 root_objectid, in btrfs_alloc_tree_block() argument
7968 if (root_objectid == BTRFS_TREE_RELOC_OBJECTID) { in btrfs_alloc_tree_block()
7975 if (root_objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_alloc_tree_block()
7996 parent, root_objectid, level, in btrfs_alloc_tree_block()