/netbsd-src/external/gpl2/lvm2/dist/test/api/ |
H A D | test.c | 178 dm_hash_insert(_lvname_hash, lvm_lv_get_name(lvl->lv), lvl->lv); in _add_lvs_to_lvname_hash() 186 dm_hash_insert(_pvname_hash, lvm_pv_get_name(pvl->pv), pvl->pv); in _add_pvs_to_pvname_hash() 203 dm_hash_insert(_pvname_hash, name, pvl->pv); in _add_device_to_pvname_hash() 321 dm_hash_insert(_vgname_hash, lvm_vg_get_name(vg), vg); in _vg_open() 322 dm_hash_insert(_vgid_hash, lvm_vg_get_uuid(vg), vg); in _vg_open() 384 dm_hash_insert(_vgname_hash, lvm_vg_get_name(vg), vg); in _vg_create() 385 dm_hash_insert(_vgid_hash, lvm_vg_get_uuid(vg), vg); in _vg_create() 587 dm_hash_insert(_lvname_hash, argv[2], lv); in _vg_create_lv_linear()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/filters/ |
H A D | filter-persistent.c | 90 if (!dm_hash_insert(pf->devices, cv->v.str, data)) in _read_array() 283 dm_hash_insert(pf->devices, sl->str, l); in _lookup_p()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/cache/ |
H A D | lvmcache.c | 253 if (!dm_hash_insert(_lock_hash, vgname, (void *) 1)) in lvmcache_lock_vgname() 725 if (vginfo->next && !dm_hash_insert(_vgname_hash, vginfo->vgname, in _free_vginfo() 800 if (!dm_hash_insert(_pvid_hash, pvid, info)) { in _lvmcache_update_pvid() 828 if (!dm_hash_insert(_vgid_hash, vginfo->vgid, vginfo)) { in _lvmcache_update_vgid() 914 if (!dm_hash_insert(_vgname_hash, new_vginfo->vgname, new_vginfo)) { in _insert_vginfo()
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/ |
H A D | .exported_symbols | 117 dm_hash_insert
|
H A D | libdevmapper.h | 646 int dm_hash_insert(struct dm_hash_table *t, const char *key, void *data);
|
H A D | libdm-deptree.c | 342 !dm_hash_insert(dtree->uuids, uuid, node)) { in _create_dm_tree_node()
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/datastruct/ |
H A D | hash.c | 207 int dm_hash_insert(struct dm_hash_table *t, const char *key, void *data) in dm_hash_insert() function
|
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
H A D | clvmd-gulm.c | 745 dm_hash_insert(lock_hash, resource, &lwait); in _lock_resource() 777 dm_hash_insert(lock_hash, resource, &lwait); in _unlock_resource()
|
H A D | clvmd-command.c | 246 dm_hash_insert(lock_hash, lockname, (void *)(long)lkid); in lock_vg()
|
H A D | lvm-functions.c | 179 dm_hash_insert(lv_hash, resource, lvi); in insert_info()
|
H A D | clvmd-openais.c | 542 dm_hash_insert(lock_hash, resource, linfo); in _lock_resource()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format1/ |
H A D | import-extents.c | 72 if (!dm_hash_insert(maps, ll->lv->name, lvm)) in _create_lv_maps()
|
H A D | import-export.c | 529 if (!dm_hash_insert(lvd_hash, ll->lv->name, &lvdl->lvd)) in export_lvs()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/ |
H A D | export.c | 685 if (!dm_hash_insert(f->pv_names, uuid, name)) in _build_pv_names()
|
H A D | import_vsn1.c | 175 if (!dm_hash_insert(pv_hash, pvn->key, pv)) in _read_pv()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/device/ |
H A D | dev-cache.c | 318 if (!dm_hash_insert(_cache.names, path, dev)) { in _insert_dev()
|
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | libdevmapper.h | 646 int dm_hash_insert(struct dm_hash_table *t, const char *key, void *data);
|