Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Droot-tree.c359 u64 root_id, u64 ref_id, u64 dirid, u64 *sequence, in btrfs_del_root_ref() argument
375 key.objectid = root_id; in btrfs_del_root_ref()
404 key.offset = root_id; in btrfs_del_root_ref()
430 u64 root_id, u64 ref_id, u64 dirid, u64 sequence, in btrfs_add_root_ref() argument
444 key.objectid = root_id; in btrfs_add_root_ref()
469 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()
1064 if (roots && ref->count && ref->root_id && ref->parent == 0) {
1065 if (root_objectid && ref->root_id != root_objectid) {
[all …]
Dinode.c2153 u64 root_id; member
2187 if (b1->root_id < b2->root_id) in backref_comp()
2189 else if (b1->root_id > b2->root_id) in backref_comp()
2243 static noinline int record_one_backref(u64 inum, u64 offset, u64 root_id, in record_one_backref() argument
2261 if (BTRFS_I(inode)->root->root_key.objectid == root_id && in record_one_backref()
2265 key.objectid = root_id; in record_one_backref()
2276 inum, offset, root_id); in record_one_backref()
2349 backref->root_id = root_id; in record_one_backref()
2442 if (prev && prev->root_id == backref->root_id && in relink_extent_backref()
2448 key.objectid = backref->root_id; in relink_extent_backref()
[all …]
Dctree.h3756 u64 root_id, u64 ref_id);
3759 u64 root_id, u64 ref_id, u64 dirid, u64 sequence,
3763 u64 root_id, u64 ref_id, u64 dirid, u64 *sequence,
Ddisk-io.c1611 u64 root_id) in btrfs_lookup_fs_root() argument
1617 (unsigned long)root_id); in btrfs_lookup_fs_root()
/linux-4.4.14/drivers/firewire/
Dcore-card.c305 int root_id, new_root_id, irm_id, bm_id, local_id; in bm_work() local
338 root_id = root_node->node_id; in bm_work()
463 new_root_id = root_id; in bm_work()
491 (card->gap_count != gap_count || new_root_id != root_id)) in bm_work()
511 root_id, generation, SCODE_100, in bm_work()
/linux-4.4.14/tools/firewire/
Dnosy-dump.h27 uint32_t root_id:6; member
Dnosy-dump.c781 printf("ext phy config: phy_id=%02x", pp->phy_config.root_id); in print_packet()
785 printf(" set_root_id=%02x", pp->phy_config.root_id); in print_packet()
/linux-4.4.14/net/bridge/
Dbr_sysfs_br.c216 static DEVICE_ATTR_RO(root_id);