Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dpv_manip.c238 if (!pvseg_is_allocated(pvseg)) in pv_list_extents_free()
H A Dmetadata-exported.h177 #define pvseg_is_allocated(pvseg) ((pvseg)->lvseg) macro
H A Dmetadata.c982 if (pvseg_is_allocated(pvseg)) in vg_set_extent_size()
/dragonfly/contrib/lvm2/dist/include/
H A Dmetadata-exported.h177 #define pvseg_is_allocated(pvseg) ((pvseg)->lvseg) macro
/dragonfly/contrib/lvm2/dist/lib/display/
H A Ddisplay.c347 if (pvseg_is_allocated(pvseg)) { in pvdisplay_segments()
/dragonfly/contrib/lvm2/dist/
H A DWHATS_NEW601 Add pvseg_is_allocated() for identifying a PV segment allocated to a LV.