Searched defs:load_segment (Results 1 – 3 of 3) sorted by relevance
70 struct load_segment { struct71 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 …]
84 u_char load_segment [ISODCL(0x02,0x03)]; member105 u_char load_segment [ISODCL(0x02,0x03)]; member
701 load_segment(struct clfs *fs, int sn, BLOCK_INFO **bipp, int *bic) in load_segment() function