Home
last modified time | relevance | path

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

/Linux-v5.15/lib/
Dobjagg.c29 unsigned int root_id; member
64 unsigned int root_id; member
226 int root_id; in objagg_obj_root_id_alloc() local
230 objagg_obj->root_id = OBJAGG_OBJ_ROOT_ID_INVALID; in objagg_obj_root_id_alloc()
235 min = hnode->root_id; in objagg_obj_root_id_alloc()
236 max = hnode->root_id; in objagg_obj_root_id_alloc()
245 root_id = ida_alloc_range(&objagg->root_ida, min, max, GFP_KERNEL); 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()
[all …]
/Linux-v5.15/fs/btrfs/
Droot-tree.c316 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_del_root_ref() argument
334 key.objectid = root_id; in btrfs_del_root_ref()
365 key.offset = root_id; in btrfs_del_root_ref()
389 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_add_root_ref() argument
405 key.objectid = root_id; in btrfs_add_root_ref()
430 key.offset = root_id; in btrfs_add_root_ref()
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
387 return add_prelim_ref(fs_info, tree, root_id, key, level, 0, in add_indirect_ref()
455 ref->root_id != btrfs_header_owner(eb)) { in add_all_parents()
479 ref->root_id != btrfs_header_owner(eb))) { in add_all_parents()
557 root = btrfs_get_fs_root_commit_root(fs_info, path, ref->root_id); in resolve_indirect_ref()
[all …]
Dbackref.h74 u64 root_id; member
Dctree.h2986 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
2989 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
Ddisk-io.c1541 u64 root_id) in btrfs_lookup_fs_root() argument
1547 (unsigned long)root_id); in btrfs_lookup_fs_root()
/Linux-v5.15/drivers/firewire/
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-v5.15/include/linux/
Dobjagg.h14 void * (*root_create)(void *priv, void *obj, unsigned int root_id);
/Linux-v5.15/tools/firewire/
Dnosy-dump.h28 uint32_t root_id:6; member
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-v5.15/Documentation/crypto/
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-v5.15/drivers/net/ethernet/mellanox/mlxsw/
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-v5.15/include/trace/events/
Dbtrfs.h1794 __field( u64, root_id )
1807 __entry->root_id = oldref->root_id;
1820 __entry->root_id,
/Linux-v5.15/net/bridge/
Dbr_sysfs_br.c227 static DEVICE_ATTR_RO(root_id);