Home
last modified time | relevance | path

Searched refs:dm_hash_remove (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/lvm2/dist/test/api/
H A Dtest.c195 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 Dlvmcache.c278 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_symbols118 dm_hash_remove
H A Dlibdevmapper.h647 void dm_hash_remove(struct dm_hash_table *t, const char *key);
/dflybsd-src/contrib/lvm2/dist/libdm/datastruct/
H A Dhash.c212 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 Ddev-cache.c711 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 Dclvmd-gulm.c761 dm_hash_remove(lock_hash, resource); in _lock_resource()
800 dm_hash_remove(lock_hash, resource); in _unlock_resource()
H A Dclvmd-command.c234 dm_hash_remove(lock_hash, lockname); in lock_vg()
H A Dlvm-functions.c186 dm_hash_remove(lv_hash, resource); in remove_info()
H A Dclvmd-openais.c567 dm_hash_remove(lock_hash, resource); in _unlock_resource()
/dflybsd-src/contrib/lvm2/dist/include/
H A Dlibdevmapper.h647 void dm_hash_remove(struct dm_hash_table *t, const char *key);