Searched refs:dm_hash_remove (Results 1 – 11 of 11) sorted by relevance
| /dflybsd-src/contrib/lvm2/dist/test/api/ |
| H A D | test.c | 195 dm_hash_remove(_pvname_hash, name); in _remove_device_from_pvname_hash() 340 dm_hash_remove(_vgid_hash, lvm_vg_get_uuid(vg)); in _lookup_and_remove_vg() 341 dm_hash_remove(_vgname_hash, lvm_vg_get_name(vg)); in _lookup_and_remove_vg() 344 dm_hash_remove(_vgid_hash, lvm_vg_get_uuid(vg)); in _lookup_and_remove_vg() 345 dm_hash_remove(_vgname_hash, lvm_vg_get_name(vg)); in _lookup_and_remove_vg() 565 dm_hash_remove(_lvname_hash, argv[2]); in _vg_remove_lv()
|
| /dflybsd-src/contrib/lvm2/dist/lib/cache/ |
| H A D | lvmcache.c | 278 dm_hash_remove(_lock_hash, vgname); in lvmcache_unlock_vgname() 724 dm_hash_remove(_vgname_hash, vginfo->vgname); in _free_vginfo() 746 dm_hash_remove(_vgid_hash, vginfo->vgid); in _free_vginfo() 798 dm_hash_remove(_pvid_hash, info->dev->pvid); in _lvmcache_update_pvid() 820 dm_hash_remove(_vgid_hash, vginfo->vgid); in _lvmcache_update_vgid() 911 dm_hash_remove(_vgname_hash, primary_vginfo->vgname); in _insert_vginfo() 1259 dm_hash_remove(_pvid_hash, pvid_s); in lvmcache_add()
|
| /dflybsd-src/contrib/lvm2/dist/libdm/ |
| H A D | .exported_symbols | 118 dm_hash_remove
|
| H A D | libdevmapper.h | 647 void dm_hash_remove(struct dm_hash_table *t, const char *key);
|
| /dflybsd-src/contrib/lvm2/dist/libdm/datastruct/ |
| H A D | hash.c | 212 void dm_hash_remove(struct dm_hash_table *t, const char *key) in dm_hash_remove() function
|
| /dflybsd-src/contrib/lvm2/dist/lib/device/ |
| H A D | dev-cache.c | 711 dm_hash_remove(_cache.names, name); in dev_name_confirmed() 742 dm_hash_remove(_cache.names, name); in dev_cache_get()
|
| /dflybsd-src/contrib/lvm2/dist/daemons/clvmd/ |
| H A D | clvmd-gulm.c | 761 dm_hash_remove(lock_hash, resource); in _lock_resource() 800 dm_hash_remove(lock_hash, resource); in _unlock_resource()
|
| H A D | clvmd-command.c | 234 dm_hash_remove(lock_hash, lockname); in lock_vg()
|
| H A D | lvm-functions.c | 186 dm_hash_remove(lv_hash, resource); in remove_info()
|
| H A D | clvmd-openais.c | 567 dm_hash_remove(lock_hash, resource); in _unlock_resource()
|
| /dflybsd-src/contrib/lvm2/dist/include/ |
| H A D | libdevmapper.h | 647 void dm_hash_remove(struct dm_hash_table *t, const char *key);
|