Home
last modified time | relevance | path

Searched defs:segtype (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/contrib/lvm2/dist/lib/freeseg/
H A Dfreeseg.c36 static void _freeseg_destroy(const struct segment_type *segtype) in _freeseg_destroy()
48 struct segment_type *segtype = dm_malloc(sizeof(*segtype)); in init_free_segtype() local
/dragonfly/contrib/lvm2/dist/lib/error/
H A Derrseg.c86 static void _errseg_destroy(const struct segment_type *segtype) in _errseg_destroy()
104 struct segment_type *segtype = dm_malloc(sizeof(*segtype)); in init_error_segtype() local
/dragonfly/contrib/lvm2/dist/lib/unknown/
H A Dunknown.c79 static void _unknown_destroy(const struct segment_type *segtype) in _unknown_destroy()
96 struct segment_type *segtype = dm_malloc(sizeof(*segtype)); in init_unknown_segtype() local
/dragonfly/contrib/lvm2/dist/lib/zero/
H A Dzero.c83 static void _zero_destroy(const struct segment_type *segtype) in _zero_destroy()
101 struct segment_type *segtype = dm_malloc(sizeof(*segtype)); in init_zero_segtype() local
/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dsegtype.h51 #define segtype_is_striped(segtype) ((segtype)->flags & SEG_AREAS_STRIPED ? 1 : 0) argument
52 #define segtype_is_mirrored(segtype) ((segtype)->flags & SEG_AREAS_MIRRORED ? 1 : 0) argument
53 #define segtype_is_virtual(segtype) ((segtype)->flags & SEG_VIRTUAL ? 1 : 0) argument
H A Dlv_manip.c169 const struct segment_type *segtype, in alloc_lv_segment()
221 const struct segment_type *segtype; in alloc_snapshot_seg() local
538 const struct segment_type *segtype, in _alloc_init()
647 const struct segment_type *segtype, in _setup_alloced_segment()
689 const struct segment_type *segtype, in _setup_alloced_segments()
1358 const struct segment_type *segtype, in lv_add_segment()
1620 const struct segment_type *segtype, in lv_extend()
2415 struct segment_type *segtype; in remove_layer_from_lv() local
2465 struct segment_type *segtype; in insert_layer_for_lv() local
2551 struct segment_type *segtype; in _extend_layer_lv_for_segment() local
[all …]
H A Dsegtype.c25 struct segment_type *segtype; in get_segtype_from_string() local
H A Dmirror.c1189 const struct segment_type *segtype; in add_mirrors_to_segments() local
1379 const struct segment_type *segtype; in add_mirror_log() local
1463 const struct segment_type *segtype; in add_mirror_images() local
H A Dmetadata-exported.h286 const struct segment_type *segtype; member
546 const struct segment_type *segtype; /* all */ member
/dragonfly/contrib/lvm2/dist/include/
H A Dsegtype.h51 #define segtype_is_striped(segtype) ((segtype)->flags & SEG_AREAS_STRIPED ? 1 : 0) argument
52 #define segtype_is_mirrored(segtype) ((segtype)->flags & SEG_AREAS_MIRRORED ? 1 : 0) argument
53 #define segtype_is_virtual(segtype) ((segtype)->flags & SEG_VIRTUAL ? 1 : 0) argument
H A Dmetadata-exported.h286 const struct segment_type *segtype; member
546 const struct segment_type *segtype; /* all */ member
/dragonfly/contrib/lvm2/dist/lib/striped/
H A Dstriped.c204 static void _striped_destroy(const struct segment_type *segtype) in _striped_destroy()
225 struct segment_type *segtype = dm_malloc(sizeof(*segtype)); in init_striped_segtype() local
/dragonfly/contrib/lvm2/dist/lib/commands/
H A Dtoolcontext.c827 struct segment_type *segtype) in lvm_register_segtype()
857 struct segment_type *segtype; in _init_single_segtype() local
873 struct segment_type *segtype; in _init_segtypes() local
1208 struct segment_type *segtype; in _destroy_segtypes() local
/dragonfly/contrib/lvm2/dist/lib/format_pool/
H A Dimport_export.c184 struct segment_type *segtype; in _add_stripe_seg() local
226 struct segment_type *segtype; in _add_linear_seg() local
/dragonfly/contrib/lvm2/dist/lib/snapshot/
H A Dsnapshot.c277 static void _snap_destroy(const struct segment_type *segtype) in _snap_destroy()
306 struct segment_type *segtype = dm_malloc(sizeof(*segtype)); local
/dragonfly/contrib/lvm2/dist/lib/format1/
H A Dimport-extents.c215 struct segment_type *segtype; in _read_linear() local
266 struct segment_type *segtype; in _read_stripes() local
H A Dformat1.c443 const struct segment_type *segtype) in _format1_segtype_supported()
/dragonfly/contrib/lvm2/dist/lib/mirror/
H A Dmirrored.c554 static void _mirrored_destroy(const struct segment_type *segtype) in _mirrored_destroy()
586 struct segment_type *segtype = dm_malloc(sizeof(*segtype)); local
/dragonfly/sys/netgraph/lmi/
H A Dng_lmi.c626 u_int segtype = data[0]; in nglmi_rcvdata() local
851 u_int segtype = data[0]; in nglmi_checkdata() local
/dragonfly/sys/netgraph7/lmi/
H A Dng_lmi.c619 u_int segtype = data[0]; in nglmi_rcvdata() local
842 u_int segtype = data[0]; in nglmi_checkdata() local
/dragonfly/contrib/lvm2/dist/tools/
H A Dlvresize.c30 const struct segment_type *segtype; member
H A Dpvmove.c26 const struct segment_type *segtype; in _pvmove_target_present() local
H A Dlvconvert.c38 struct segment_type *segtype; member
/dragonfly/contrib/lvm2/dist/lib/display/
H A Ddisplay.c811 const struct segment_type *segtype; in display_segtypes() local
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dimport_vsn1.c301 struct segment_type *segtype; in _read_segment() local

12