Home
last modified time | relevance | path

Searched refs:root_id (Results 1 – 6 of 6) sorted by relevance

/fs/btrfs/
Droot-tree.c368 u64 root_id, u64 ref_id, u64 dirid, u64 *sequence, in btrfs_del_root_ref() argument
384 key.objectid = root_id; in btrfs_del_root_ref()
413 key.offset = root_id; in btrfs_del_root_ref()
439 u64 root_id, u64 ref_id, u64 dirid, u64 sequence, in btrfs_add_root_ref() argument
453 key.objectid = root_id; in btrfs_add_root_ref()
478 key.offset = root_id; in btrfs_add_root_ref()
Dbackref.c126 u64 root_id; member
194 static int __add_prelim_ref(struct list_head *head, u64 root_id, in __add_prelim_ref() argument
201 if (root_id == BTRFS_DATA_RELOC_TREE_OBJECTID) in __add_prelim_ref()
208 ref->root_id = root_id; in __add_prelim_ref()
352 root_key.objectid = ref->root_id; in __resolve_indirect_ref()
396 ref->root_id, level, ref->count, ret, in __resolve_indirect_ref()
452 if (root_objectid && ref->root_id != root_objectid) { in __resolve_indirect_refs()
503 if (ref1->root_id != ref2->root_id) in ref_for_same_block()
1069 if (roots && ref->count && ref->root_id && ref->parent == 0) {
1070 if (root_objectid && ref->root_id != root_objectid) {
[all …]
Ddisk-io.h72 u64 root_id);
Dinode.c2208 u64 root_id; member
2242 if (b1->root_id < b2->root_id) in backref_comp()
2244 else if (b1->root_id > b2->root_id) in backref_comp()
2298 static noinline int record_one_backref(u64 inum, u64 offset, u64 root_id, in record_one_backref() argument
2316 if (BTRFS_I(inode)->root->root_key.objectid == root_id && in record_one_backref()
2320 key.objectid = root_id; in record_one_backref()
2331 inum, offset, root_id); in record_one_backref()
2404 backref->root_id = root_id; in record_one_backref()
2497 if (prev && prev->root_id == backref->root_id && in relink_extent_backref()
2503 key.objectid = backref->root_id; in relink_extent_backref()
[all …]
Dctree.h3780 u64 root_id, u64 ref_id);
3783 u64 root_id, u64 ref_id, u64 dirid, u64 sequence,
3787 u64 root_id, u64 ref_id, u64 dirid, u64 *sequence,
Ddisk-io.c1542 u64 root_id) in btrfs_lookup_fs_root() argument
1548 (unsigned long)root_id); in btrfs_lookup_fs_root()