Home
last modified time | relevance | path

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

/linux/lib/
A Dobjagg.c29 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/fs/btrfs/
A Droot-tree.c314 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_del_root_ref() argument
332 key.objectid = root_id; in btrfs_del_root_ref()
364 key.offset = root_id; in btrfs_del_root_ref()
388 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_add_root_ref() argument
404 key.objectid = root_id; in btrfs_add_root_ref()
429 key.offset = root_id; in btrfs_add_root_ref()
A Dbackref.c184 if (ref1->root_id < ref2->root_id) in prelim_ref_compare()
186 if (ref1->root_id > ref2->root_id) in prelim_ref_compare()
337 struct preftree *preftree, u64 root_id, in add_prelim_ref() argument
344 if (root_id == BTRFS_DATA_RELOC_TREE_OBJECTID) in add_prelim_ref()
351 ref->root_id = root_id; in add_prelim_ref()
378 struct preftrees *preftrees, u64 root_id, in add_indirect_ref() argument
455 ref->root_id != btrfs_header_owner(eb)) { in add_all_parents()
616 ref->root_id, level, ref->count, ret, in resolve_indirect_ref()
708 ref->root_id != sc->root_objectid) { in resolve_indirect_refs()
788 ref->root_id, 0, ref->level - 1, NULL); in add_missing_keys()
[all …]
A Dbackref.h74 u64 root_id; member
A Dctree.h2727 u64 root_id,
3043 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
3046 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
A Dextent-tree.c3278 u64 root_id, in btrfs_free_tree_block() argument
3289 root_id, 0, false); in btrfs_free_tree_block()
3291 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3301 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
A Ddisk-io.c1541 u64 root_id) in btrfs_lookup_fs_root() argument
1547 (unsigned long)root_id); in btrfs_lookup_fs_root()
/linux/drivers/firewire/
A Dcore-card.c292 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/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dqos.c1001 u32 root_id; member
1035 err = mlx5_qos_create_root_node(mdev, &rl->root_id); in mlx5e_mqprio_rl_init()
1039 qos_dbg(mdev, "Root created, id %#x\n", rl->root_id); in mlx5e_mqprio_rl_init()
1045 err = mlx5_qos_create_leaf_node(mdev, rl->root_id, 0, max_average_bw, in mlx5e_mqprio_rl_init()
1058 mlx5_qos_destroy_node(mdev, rl->root_id); in mlx5e_mqprio_rl_init()
1070 mlx5_qos_destroy_node(rl->mdev, rl->root_id); in mlx5e_mqprio_rl_cleanup()
/linux/include/linux/
A Dobjagg.h14 void * (*root_create)(void *priv, void *obj, unsigned int root_id);
/linux/tools/firewire/
A Dnosy-dump.h28 uint32_t root_id:6; member
A Dnosy-dump.c768 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/Documentation/crypto/
A Dasymmetric-keys.rst379 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/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_acl_erp.c1285 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/include/trace/events/
A Dbtrfs.h1794 __field( u64, root_id )
1807 __entry->root_id = oldref->root_id;
1820 __entry->root_id,
/linux/net/bridge/
A Dbr_sysfs_br.c227 static DEVICE_ATTR_RO(root_id);

Completed in 63 milliseconds