Home
last modified time | relevance | path

Searched defs:load_segment (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-deptree.c70 struct load_segment { struct
71 struct dm_list list;
73 unsigned type;
75 uint64_t size;
77 unsigned area_count; /* Linear + Striped + Mirrored + Crypt */
78 struct dm_list areas; /* Linear + Striped + Mirrored + Crypt */
80 uint32_t stripe_size; /* Striped */
82 int persistent; /* Snapshot */
83 uint32_t chunk_size; /* Snapshot */
84 struct dm_tree_node *cow; /* Snapshot */
[all …]
/netbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h84 u_char load_segment [ISODCL(0x02,0x03)]; member
105 u_char load_segment [ISODCL(0x02,0x03)]; member
/netbsd-src/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c701 load_segment(struct clfs *fs, int sn, BLOCK_INFO **bipp, int *bic) in load_segment() function