Searched refs:root_id (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | root-tree.c | 359 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()
|
D | backref.c | 126 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 …]
|
D | inode.c | 2153 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 …]
|
D | ctree.h | 3756 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,
|
D | disk-io.c | 1611 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/ |
D | core-card.c | 305 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/ |
D | nosy-dump.h | 27 uint32_t root_id:6; member
|
D | nosy-dump.c | 781 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/ |
D | br_sysfs_br.c | 216 static DEVICE_ATTR_RO(root_id);
|