Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dunused_lvm.c45 struct lvm1_super_block *lvm; in volume_id_probe_lvm1() local
49 lvm = volume_id_get_buffer(id, off + LVM1_SB_OFF, 0x800); in volume_id_probe_lvm1()
50 if (lvm == NULL) in volume_id_probe_lvm1()
53 if (lvm->id[0] != 'H' || lvm->id[1] != 'M') in volume_id_probe_lvm1()
69 struct lvm2_super_block *lvm; in volume_id_probe_lvm2() local
79 lvm = (struct lvm2_super_block *) &buf[soff]; in volume_id_probe_lvm2()
81 if (memcmp(lvm->id, LVM2_LABEL_ID, 8) == 0) in volume_id_probe_lvm2()