Searched refs:root_id (Results 1 – 6 of 6) sorted by relevance
/fs/btrfs/ |
D | root-tree.c | 331 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_del_root_ref() argument 349 key.objectid = root_id; in btrfs_del_root_ref() 382 key.offset = root_id; in btrfs_del_root_ref() 406 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_add_root_ref() argument 422 key.objectid = root_id; in btrfs_add_root_ref() 447 key.offset = root_id; in btrfs_add_root_ref()
|
D | backref.c | 185 if (ref1->root_id < ref2->root_id) in prelim_ref_compare() 187 if (ref1->root_id > ref2->root_id) in prelim_ref_compare() 340 struct preftree *preftree, u64 root_id, in add_prelim_ref() argument 347 if (root_id == BTRFS_DATA_RELOC_TREE_OBJECTID) in add_prelim_ref() 354 ref->root_id = root_id; in add_prelim_ref() 381 struct preftrees *preftrees, u64 root_id, in add_indirect_ref() argument 390 return add_prelim_ref(fs_info, tree, root_id, key, level, 0, in add_indirect_ref() 459 ref->root_id != btrfs_header_owner(eb)) { in add_all_parents() 483 ref->root_id != btrfs_header_owner(eb))) { in add_all_parents() 564 root = btrfs_get_fs_root_commit_root(fs_info, path, ref->root_id); in resolve_indirect_ref() [all …]
|
D | backref.h | 73 u64 root_id; member
|
D | ctree.h | 2748 u64 root_id, 3031 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id, 3034 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
|
D | extent-tree.c | 3279 u64 root_id, in btrfs_free_tree_block() argument 3290 root_id, 0, false); in btrfs_free_tree_block() 3292 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block() 3302 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
|
D | disk-io.c | 1479 u64 root_id) in btrfs_lookup_fs_root() argument 1485 (unsigned long)root_id); in btrfs_lookup_fs_root()
|