Searched defs:curroot (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmetagetroot.c77 void *curroot; local
81 if ((curroot = meta_get_current_root(ep)) == NULL)
83 if ((rootnp = metaname(&sp, curroot, UNKNOWN, ep)) == NULL)
H A Dmeta_mirror.c302 char *curroot; local
310 if ((curroot = meta_get_current_root(ep)) == NULL)
320 temproot = meta_canonicalize(sp, curroot);
322 curroot = Strdup(temproot);
332 * Since curroot should be a complete path, we only
334 * The metaname below returns NULL if curroot is not a logical
337 if ((rootnp = metaname(&sp, curroot, LOGICAL_DEVICE, ep)) == NULL)
340 * If we're here, the curroot is a mounted on a logical device.
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaroot.c245 char *curroot; local
249 if ((curroot = meta_get_current_root(ep)) == NULL) {
253 if ((rootnp = metaname(&sp, curroot, UNKNOWN, ep)) == NULL) {
328 char *curroot; local
418 if ((curroot = meta_get_current_root(ep)) == NULL) {
427 currootnp = metaname(&sp, curroot, UNKNOWN, ep);

Completed in 69 milliseconds