/linux-6.3-rc2/lib/ |
A D | objagg.c | 29 unsigned int root_id; member 64 unsigned int root_id; member 226 int root_id; in objagg_obj_root_id_alloc() local 235 min = hnode->root_id; in objagg_obj_root_id_alloc() 236 max = hnode->root_id; in objagg_obj_root_id_alloc() 247 if (root_id < 0) in objagg_obj_root_id_alloc() 248 return root_id; in objagg_obj_root_id_alloc() 249 objagg_obj->root_id = root_id; in objagg_obj_root_id_alloc() 258 ida_free(&objagg->root_ida, objagg_obj->root_id); in objagg_obj_root_id_free() 272 objagg_obj->root_id); in objagg_obj_root_create() [all …]
|
/linux-6.3-rc2/fs/btrfs/ |
A D | root-tree.h | 11 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id, 14 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
|
A D | root-tree.c | 334 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_del_root_ref() argument 350 key.objectid = root_id; in btrfs_del_root_ref() 382 key.offset = root_id; in btrfs_del_root_ref() 406 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_add_root_ref() argument 422 key.objectid = root_id; in btrfs_add_root_ref() 447 key.offset = root_id; in btrfs_add_root_ref()
|
A D | backref.c | 231 if (ref1->root_id < ref2->root_id) in prelim_ref_compare() 233 if (ref1->root_id > ref2->root_id) in prelim_ref_compare() 266 if (newref->root_id == sc->root->root_key.objectid && in update_share_count() 391 struct preftree *preftree, u64 root_id, in add_prelim_ref() argument 398 if (root_id == BTRFS_DATA_RELOC_TREE_OBJECTID) in add_prelim_ref() 405 ref->root_id = root_id; in add_prelim_ref() 432 struct preftrees *preftrees, u64 root_id, in add_indirect_ref() argument 510 ref->root_id != btrfs_header_owner(eb)) { in add_all_parents() 534 ref->root_id != btrfs_header_owner(eb))) { in add_all_parents() 673 ref->root_id, level, ref->count, ret, in resolve_indirect_ref() [all …]
|
A D | extent-tree.h | 126 u64 root_id,
|
A D | backref.h | 242 u64 root_id; member
|
A D | extent-tree.c | 3267 u64 root_id, in btrfs_free_tree_block() argument 3278 root_id, 0, false); in btrfs_free_tree_block() 3280 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block() 3290 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
|
A D | send.c | 1330 static int iterate_backrefs(u64 ino, u64 offset, u64 num_bytes, u64 root_id, in iterate_backrefs() argument 1337 clone_root = bsearch((void *)(uintptr_t)root_id, bctx->sctx->clone_roots, in iterate_backrefs() 1465 const u64 root_id = node->val; in store_backref_cache() local 1468 root = bsearch((void *)(uintptr_t)root_id, sctx->clone_roots, in store_backref_cache() 1480 new_entry->root_ids[new_entry->num_roots] = root_id; in store_backref_cache()
|
A D | disk-io.c | 1395 u64 root_id) in btrfs_lookup_fs_root() argument 1401 (unsigned long)root_id); in btrfs_lookup_fs_root()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | qos.c | 437 u32 root_id; member 471 err = mlx5_qos_create_root_node(mdev, &rl->root_id); in mlx5e_mqprio_rl_init() 475 qos_dbg(mdev, "Root created, id %#x\n", rl->root_id); in mlx5e_mqprio_rl_init() 481 err = mlx5_qos_create_leaf_node(mdev, rl->root_id, 0, max_average_bw, in mlx5e_mqprio_rl_init() 494 mlx5_qos_destroy_node(mdev, rl->root_id); in mlx5e_mqprio_rl_init() 506 mlx5_qos_destroy_node(rl->mdev, rl->root_id); in mlx5e_mqprio_rl_cleanup()
|
/linux-6.3-rc2/drivers/firewire/ |
A D | core-card.c | 292 int root_id, new_root_id, irm_id, bm_id, local_id; in bm_work() local 325 root_id = root_node->node_id; in bm_work() 450 new_root_id = root_id; in bm_work() 478 (card->gap_count != gap_count || new_root_id != root_id)) in bm_work() 498 root_id, generation, SCODE_100, in bm_work()
|
/linux-6.3-rc2/include/linux/ |
A D | objagg.h | 14 void * (*root_create)(void *priv, void *obj, unsigned int root_id);
|
/linux-6.3-rc2/tools/firewire/ |
A D | nosy-dump.h | 28 uint32_t root_id:6; member
|
A D | nosy-dump.c | 768 printf("ext phy config: phy_id=%02x", pp->phy_config.root_id); in print_packet() 772 printf(" set_root_id=%02x", pp->phy_config.root_id); in print_packet()
|
/linux-6.3-rc2/Documentation/crypto/ |
A D | asymmetric-keys.rst | 379 root_id=`keyctl add keyring root-certs "" @s` 380 keyctl padd asymmetric "" $root_id < root1.cert 381 keyctl padd asymmetric "" $root_id < root2.cert 385 keyctl restrict_keyring $chain_id asymmetric key_or_keyring:$root_id:chain
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_acl_erp.c | 1285 unsigned int root_id) in mlxsw_sp_acl_erp_root_create() argument 1292 root_id != OBJAGG_OBJ_ROOT_ID_INVALID && in mlxsw_sp_acl_erp_root_create() 1293 root_id >= MLXSW_SP_ACL_ERP_MAX_PER_REGION) in mlxsw_sp_acl_erp_root_create()
|
/linux-6.3-rc2/include/trace/events/ |
A D | btrfs.h | 1934 __field( u64, root_id ) 1947 __entry->root_id = oldref->root_id; 1960 __entry->root_id,
|
/linux-6.3-rc2/net/bridge/ |
A D | br_sysfs_br.c | 226 static DEVICE_ATTR_RO(root_id);
|