Home
last modified time | relevance | path

Searched refs:lvmcache_add (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl2/lvm2/dist/lib/cache/
H A Dlvmcache.h74 struct lvmcache_info *lvmcache_add(struct labeller *labeller, const char *pvid,
H A Dlvmcache.c1156 struct lvmcache_info *lvmcache_add(struct labeller *labeller, const char *pvid, in lvmcache_add() function
/netbsd/external/gpl2/lvm2/dist/include/
H A Dlvmcache.h74 struct lvmcache_info *lvmcache_add(struct labeller *labeller, const char *pvid,
/netbsd/external/gpl2/lvm2/dist/lib/format1/
H A Dlvm1-label.c79 if (!(info = lvmcache_add(l, (char *)pvd->pv_uuid, dev, vgname, vgid, in _lvm1_read()
H A Dformat1.c365 if (!(info = lvmcache_add(fmt->labeller, (char *) &pv->id, pv->dev, in _format1_pv_write()
H A Ddisk-rep.c334 if (!(info = lvmcache_add(fmt->labeller, (char *)dl->pvd.pv_uuid, dev, in __update_lvmcache()
/netbsd/external/gpl2/lvm2/dist/lib/format_pool/
H A Ddisk_rep.c102 if (!(info = lvmcache_add(l, (char *) &pvid, dev, pd->pl_pool_name, in read_pool_label()
/netbsd/external/gpl2/lvm2/dist/lib/format_text/
H A Dtext_label.c269 if (!(info = lvmcache_add(l, (char *)pvhdr->pv_uuid, dev, in _text_read()
H A Dformat-text.c1346 if (!(info = lvmcache_add(fmt->labeller, (char *) &pv->id, pv->dev, in _text_pv_write()
/netbsd/external/gpl2/lvm2/dist/
H A DWHATS_NEW1239 Add is_dm_major() for use in duplicate device detection in lvmcache_add().