Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Droot-tree.c350 u64 root_id, u64 ref_id, u64 dirid, u64 *sequence, in btrfs_del_root_ref() argument
366 key.objectid = root_id; in btrfs_del_root_ref()
395 key.offset = root_id; in btrfs_del_root_ref()
421 u64 root_id, u64 ref_id, u64 dirid, u64 sequence, in btrfs_add_root_ref() argument
435 key.objectid = root_id; in btrfs_add_root_ref()
460 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()
322 root_key.objectid = ref->root_id; in __resolve_indirect_ref()
353 ref->root_id, level, ref->count, ret, in __resolve_indirect_ref()
409 if (root_objectid && ref->root_id != root_objectid) { in __resolve_indirect_refs()
460 if (ref1->root_id != ref2->root_id) in ref_for_same_block()
1019 if (roots && ref->count && ref->root_id && ref->parent == 0) {
1020 if (root_objectid && ref->root_id != root_objectid) {
[all …]
Dinode.c2131 u64 root_id; member
2165 if (b1->root_id < b2->root_id) in backref_comp()
2167 else if (b1->root_id > b2->root_id) in backref_comp()
2221 static noinline int record_one_backref(u64 inum, u64 offset, u64 root_id, in record_one_backref() argument
2239 if (BTRFS_I(inode)->root->root_key.objectid == root_id && in record_one_backref()
2243 key.objectid = root_id; in record_one_backref()
2254 inum, offset, root_id); in record_one_backref()
2327 backref->root_id = root_id; in record_one_backref()
2420 if (prev && prev->root_id == backref->root_id && in relink_extent_backref()
2426 key.objectid = backref->root_id; in relink_extent_backref()
[all …]
Dctree.h3698 u64 root_id, u64 ref_id);
3701 u64 root_id, u64 ref_id, u64 dirid, u64 sequence,
3705 u64 root_id, u64 ref_id, u64 dirid, u64 *sequence,
Ddisk-io.c1603 u64 root_id) in btrfs_lookup_fs_root() argument
1609 (unsigned long)root_id); in btrfs_lookup_fs_root()
/linux-4.1.27/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.1.27/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.1.27/net/bridge/
Dbr_sysfs_br.c209 static DEVICE_ATTR_RO(root_id);