Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H 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
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 …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A 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()
367 key.offset = root_id; in btrfs_del_root_ref()
391 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_add_root_ref() argument
407 key.objectid = root_id; in btrfs_add_root_ref()
432 key.offset = root_id; in btrfs_add_root_ref()
H 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()
339 struct preftree *preftree, u64 root_id, in add_prelim_ref() argument
346 if (root_id == BTRFS_DATA_RELOC_TREE_OBJECTID) in add_prelim_ref()
353 ref->root_id = root_id; in add_prelim_ref()
380 struct preftrees *preftrees, u64 root_id, in add_indirect_ref() argument
389 return add_prelim_ref(fs_info, tree, root_id, key, level, 0, in add_indirect_ref()
457 ref->root_id != btrfs_header_owner(eb)) { in add_all_parents()
481 ref->root_id != btrfs_header_owner(eb))) { in add_all_parents()
559 root = btrfs_get_fs_root_commit_root(fs_info, path, ref->root_id); in resolve_indirect_ref()
[all …]
H A Dbackref.h72 u64 root_id; member
H A Dctree.h2837 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
2840 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
H A Ddisk-io.c1413 u64 root_id) in btrfs_lookup_fs_root() argument
1419 (unsigned long)root_id); in btrfs_lookup_fs_root()
/OK3568_Linux_fs/kernel/drivers/firewire/
H 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dobjagg.h14 void * (*root_create)(void *priv, void *obj, unsigned int root_id);
/OK3568_Linux_fs/kernel/tools/firewire/
H A Dnosy-dump.h28 uint32_t root_id:6; member
H 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()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H 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
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H 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()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dbtrfs.h1794 __field( u64, root_id )
1807 __entry->root_id = oldref->root_id;
1820 __entry->root_id,
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_sysfs_br.c193 static DEVICE_ATTR_RO(root_id);