Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl2/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
/netbsd-src/external/gpl2/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
/netbsd-src/external/gpl2/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
/netbsd-src/external/gpl2/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
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dsegtype.c25 struct segment_type *segtype; in get_segtype_from_string() local
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
524 static uint32_t calc_area_multiple(const struct segment_type *segtype, in calc_area_multiple()
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()
1284 uint32_t extents, const struct segment_type *segtype) in lv_add_virtual_segment()
1310 const struct segment_type *segtype, in allocate_extents()
1358 const struct segment_type *segtype, in lv_add_segment()
1620 const struct segment_type *segtype, in lv_extend()
[all …]
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
/netbsd-src/external/gpl2/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
/netbsd-src/external/gpl2/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
/netbsd-src/external/gpl2/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
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c826 struct segment_type *segtype) in lvm_register_segtype()
856 struct segment_type *segtype; in _init_single_segtype() local
872 struct segment_type *segtype; in _init_segtypes() local
1209 struct segment_type *segtype; in _destroy_segtypes() local
/netbsd-src/external/gpl2/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
/netbsd-src/external/gpl2/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()
/netbsd-src/external/gpl2/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
/netbsd-src/sys/arch/amd64/stand/prekern/
H A Delf.c339 int segtype; in elf_map_sections() local
H A Dmm.c363 mm_map_segment(int segtype, paddr_t pa, size_t elfsz, size_t elfalign) in mm_map_segment()
/netbsd-src/external/gpl2/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
/netbsd-src/external/gpl2/lvm2/dist/lib/display/
H A Ddisplay.c811 const struct segment_type *segtype; in display_segtypes() local
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dimport_vsn1.c301 struct segment_type *segtype; in _read_segment() local

12