Lines Matching refs:root_objectid

83 				u64 root_objectid, u64 owner_objectid,
92 u64 parent, u64 root_objectid,
97 u64 parent, u64 root_objectid,
1061 static u64 hash_extent_data_ref(u64 root_objectid, u64 owner, u64 offset) in hash_extent_data_ref() argument
1067 lenum = cpu_to_le64(root_objectid); in hash_extent_data_ref()
1087 u64 root_objectid, u64 owner, u64 offset) in match_extent_data_ref() argument
1089 if (btrfs_extent_data_ref_root(leaf, ref) != root_objectid || in match_extent_data_ref()
1100 u64 root_objectid, in lookup_extent_data_ref() argument
1117 key.offset = hash_extent_data_ref(root_objectid, in lookup_extent_data_ref()
1168 if (match_extent_data_ref(leaf, ref, root_objectid, in lookup_extent_data_ref()
1187 u64 root_objectid, u64 owner, in insert_extent_data_ref() argument
1203 key.offset = hash_extent_data_ref(root_objectid, in insert_extent_data_ref()
1229 if (match_extent_data_ref(leaf, ref, root_objectid, in insert_extent_data_ref()
1245 root_objectid); in insert_extent_data_ref()
1366 u64 root_objectid) in lookup_tree_block_ref() argument
1377 key.offset = root_objectid; in lookup_tree_block_ref()
1399 u64 root_objectid) in insert_tree_block_ref() argument
1410 key.offset = root_objectid; in insert_tree_block_ref()
1475 u64 parent, u64 root_objectid, in lookup_inline_extent_backref() argument
1602 if (match_extent_data_ref(leaf, dref, root_objectid, in lookup_inline_extent_backref()
1608 hash_extent_data_ref(root_objectid, owner, offset)) in lookup_inline_extent_backref()
1621 if (root_objectid == ref_offset) { in lookup_inline_extent_backref()
1625 if (ref_offset < root_objectid) in lookup_inline_extent_backref()
1666 u64 parent, u64 root_objectid, in setup_inline_extent_backref() argument
1706 btrfs_set_extent_data_ref_root(leaf, dref, root_objectid); in setup_inline_extent_backref()
1718 btrfs_set_extent_inline_ref_offset(leaf, iref, root_objectid); in setup_inline_extent_backref()
1728 u64 root_objectid, u64 owner, u64 offset) in lookup_extent_backref() argument
1734 root_objectid, owner, offset, 0); in lookup_extent_backref()
1743 root_objectid); in lookup_extent_backref()
1746 root_objectid, owner, offset); in lookup_extent_backref()
1823 u64 root_objectid, u64 owner, in insert_inline_extent_backref() argument
1832 root_objectid, owner, offset, 1); in insert_inline_extent_backref()
1839 root_objectid, owner, offset, in insert_inline_extent_backref()
1849 u64 bytenr, u64 parent, u64 root_objectid, in insert_extent_backref() argument
1856 parent, root_objectid); in insert_extent_backref()
1859 parent, root_objectid, in insert_extent_backref()
1945 u64 root_objectid, u64 owner, u64 offset, in btrfs_inc_extent_ref() argument
1952 root_objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_inc_extent_ref()
1957 parent, root_objectid, (int)owner, in btrfs_inc_extent_ref()
1962 parent, root_objectid, owner, offset, in btrfs_inc_extent_ref()
1971 u64 parent, u64 root_objectid, in __btrfs_inc_extent_ref() argument
1989 if (!is_fstree(root_objectid) || !root->fs_info->quota_enabled) in __btrfs_inc_extent_ref()
1997 root_objectid, owner, offset, in __btrfs_inc_extent_ref()
2015 ret = btrfs_qgroup_record_ref(trans, fs_info, root_objectid, in __btrfs_inc_extent_ref()
2039 ret = btrfs_qgroup_record_ref(trans, fs_info, root_objectid, in __btrfs_inc_extent_ref()
2049 path, bytenr, parent, root_objectid, in __btrfs_inc_extent_ref()
6079 u64 owner, u64 root_objectid) in add_pinned_bytes() argument
6085 if (root_objectid == BTRFS_CHUNK_TREE_OBJECTID) in add_pinned_bytes()
6102 u64 root_objectid, u64 owner_objectid, in __btrfs_free_extent() argument
6126 if (!info->quota_enabled || !is_fstree(root_objectid)) in __btrfs_free_extent()
6144 root_objectid, owner_objectid, in __btrfs_free_extent()
6236 bytenr, parent, root_objectid, owner_objectid, in __btrfs_free_extent()
6326 root_objectid); in __btrfs_free_extent()
6373 ret = btrfs_qgroup_record_ref(trans, info, root_objectid, in __btrfs_free_extent()
6514 u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, in btrfs_free_extent() argument
6523 add_pinned_bytes(root->fs_info, num_bytes, owner, root_objectid); in btrfs_free_extent()
6529 if (root_objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_extent()
6537 parent, root_objectid, (int)owner, in btrfs_free_extent()
6542 parent, root_objectid, owner, in btrfs_free_extent()
7253 u64 parent, u64 root_objectid, in alloc_reserved_file_extent() argument
7303 btrfs_set_extent_data_ref_root(leaf, ref, root_objectid); in alloc_reserved_file_extent()
7313 ret = btrfs_qgroup_record_ref(trans, fs_info, root_objectid, in alloc_reserved_file_extent()
7331 u64 parent, u64 root_objectid, in alloc_reserved_tree_block() argument
7394 btrfs_set_extent_inline_ref_offset(leaf, iref, root_objectid); in alloc_reserved_tree_block()
7401 ret = btrfs_qgroup_record_ref(trans, fs_info, root_objectid, in alloc_reserved_tree_block()
7422 u64 root_objectid, u64 owner, in btrfs_alloc_reserved_file_extent() argument
7427 BUG_ON(root_objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_alloc_reserved_file_extent()
7431 root_objectid, owner, offset, in btrfs_alloc_reserved_file_extent()
7443 u64 root_objectid, u64 owner, u64 offset, in btrfs_alloc_logged_file_extent() argument
7466 ret = alloc_reserved_file_extent(trans, root, 0, root_objectid, in btrfs_alloc_logged_file_extent()
7582 u64 parent, u64 root_objectid, in btrfs_alloc_tree_block() argument
7619 if (root_objectid == BTRFS_TREE_RELOC_OBJECTID) { in btrfs_alloc_tree_block()
7626 if (root_objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_alloc_tree_block()
7647 parent, root_objectid, level, in btrfs_alloc_tree_block()