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

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout.c90 static dlist_t *_modified_disks = NULL; variable
565 * SIDEEFFECTS: adds an entry to the _modified_disks list which tracks
593 for (iter = _modified_disks; iter != NULL; iter = iter->next) {
620 _modified_disks =
621 dlist_append(item, _modified_disks, AT_HEAD);
634 * SIDEEFFECT: updates the module global list _modified_disks
643 * disks they use. If a disk is not in the _modified_disks
703 * Updates the list of _modified_disks by examining the input
706 * Iterates _modified_disks and creates a devconfig_t component
730 error = get_removed_slices_for_disks(_modified_disks);
[all...]

Completed in 47 milliseconds