Searched refs:root_id (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | root-tree.c | 344 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_del_root_ref() argument 362 key.objectid = root_id; in btrfs_del_root_ref() 391 key.offset = root_id; in btrfs_del_root_ref() 415 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_add_root_ref() argument 431 key.objectid = root_id; in btrfs_add_root_ref() 456 key.offset = root_id; in btrfs_add_root_ref()
|
D | backref.c | 182 if (ref1->root_id < ref2->root_id) in prelim_ref_compare() 184 if (ref1->root_id > ref2->root_id) in prelim_ref_compare() 333 struct preftree *preftree, u64 root_id, in add_prelim_ref() argument 340 if (root_id == BTRFS_DATA_RELOC_TREE_OBJECTID) in add_prelim_ref() 347 ref->root_id = root_id; in add_prelim_ref() 397 struct preftrees *preftrees, u64 root_id, in add_indirect_ref() argument 406 return add_prelim_ref(fs_info, tree, root_id, key, level, 0, in add_indirect_ref() 515 root_key.objectid = ref->root_id; in resolve_indirect_ref() 559 ref->root_id, level, ref->count, ret, in resolve_indirect_ref() 649 ref->root_id != sc->root_objectid) { in resolve_indirect_refs() [all …]
|
D | backref.h | 67 u64 root_id; member
|
D | disk-io.h | 65 u64 root_id);
|
D | inode.c | 2272 u64 root_id; member 2306 if (b1->root_id < b2->root_id) in backref_comp() 2308 else if (b1->root_id > b2->root_id) in backref_comp() 2362 static noinline int record_one_backref(u64 inum, u64 offset, u64 root_id, in record_one_backref() argument 2380 if (BTRFS_I(inode)->root->root_key.objectid == root_id && in record_one_backref() 2384 key.objectid = root_id; in record_one_backref() 2394 inum, offset, root_id); in record_one_backref() 2467 backref->root_id = root_id; in record_one_backref() 2559 if (prev && prev->root_id == backref->root_id && in relink_extent_backref() 2565 key.objectid = backref->root_id; in relink_extent_backref() [all …]
|
D | ctree.h | 2987 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id, 2990 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
|
D | disk-io.c | 1512 u64 root_id) in btrfs_lookup_fs_root() argument 1518 (unsigned long)root_id); in btrfs_lookup_fs_root()
|
/Linux-v4.19/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-v4.19/tools/firewire/ |
D | nosy-dump.h | 28 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-v4.19/Documentation/crypto/ |
D | asymmetric-keys.txt | 368 root_id=`keyctl add keyring root-certs "" @s` 369 keyctl padd asymmetric "" $root_id < root1.cert 370 keyctl padd asymmetric "" $root_id < root2.cert 374 keyctl restrict_keyring $chain_id asymmetric key_or_keyring:$root_id:chain
|
/Linux-v4.19/include/trace/events/ |
D | btrfs.h | 1743 __field( u64, root_id ) 1756 __entry->root_id = oldref->root_id; 1769 __entry->root_id,
|
/Linux-v4.19/net/bridge/ |
D | br_sysfs_br.c | 199 static DEVICE_ATTR_RO(root_id);
|