Searched refs:thisnp (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_hotspares.c | 1701 mdname_t *thisnp; in check_twice() local 1704 thisnp = hspp->hotspares.hotspares_val[hsi].hsnamep; in check_twice() 1709 if (meta_check_overlap(hspnp->hspname, thisnp, 0, -1, in check_twice()
|
H A D | meta_mirror.c | 2201 mdname_t *thisnp; in check_twice() local 2204 thisnp = mirrorp->submirrors[smi].submirnamep; in check_twice() 2212 if (meta_check_overlap(mirnp->cname, thisnp, 0, -1, in check_twice()
|
H A D | meta_stripe.c | 1638 mdname_t *thisnp; in check_twice() local 1641 thisnp = stripep->rows.rows_val[row].comps.comps_val[comp].compnamep; in check_twice() 1651 if (meta_check_overlap(stripenp->cname, thisnp, 0, -1, in check_twice()
|
H A D | meta_raid.c | 1867 mdname_t *thisnp; in check_twice() local 1870 thisnp = raidp->cols.cols_val[col].colnamep; in check_twice() 1875 if (meta_check_overlap(raidnp->cname, thisnp, 0, -1, in check_twice()
|