Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dsegtype.h53 #define segtype_is_virtual(segtype) ((segtype)->flags & SEG_VIRTUAL ? 1 : 0) macro
H A Dlv_manip.c559 if (segtype_is_virtual(segtype)) in _alloc_init()
571 if (segtype_is_virtual(segtype)) in _alloc_init()
1320 if (segtype_is_virtual(segtype)) { in allocate_extents()
1342 if (!segtype_is_virtual(segtype) && in allocate_extents()
1369 if (segtype_is_virtual(segtype)) { in lv_add_segment()
1631 if (segtype_is_virtual(segtype)) in lv_extend()
/dragonfly/contrib/lvm2/dist/include/
H A Dsegtype.h53 #define segtype_is_virtual(segtype) ((segtype)->flags & SEG_VIRTUAL ? 1 : 0) macro