Searched refs:unitext (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c223 sp_ext_node_t *unitext, md_error_t *ep);
5611 sp_ext_node_t *unitext; local
5660 unitext = unitlist;
5662 while ((wmext != NULL) && (unitext != NULL)) {
5667 while (unitext != NULL && unitext->ext_type != EXTTYP_ALLOC)
5668 unitext = unitext->ext_next;
5670 if (wmext == NULL || unitext == NULL)
5677 meta_sp_display_ext(unitext);
5743 meta_sp_validate_exts( mdname_t *compnp, sp_ext_node_t *wmext, sp_ext_node_t *unitext, md_error_t *ep ) argument
[all...]

Completed in 32 milliseconds