Searched refs:errored (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_db_balance.c | 165 int errored, 202 errored = 1; 205 errored = 1; 256 if (errored) { 274 if (errored) { 280 if (errored) { 302 indiskset, with_bus, errored, ep)); 705 * If the drive is errored and adding, skip it. 1191 * retry if all the errored drives are already in the diskset. 156 add_drv_to_ctl_lst( md_ctlr_ctl_t **clpp, md_replicalist_t *rlp, mddrivename_t *dnp, int dbcnt, daddr_t dbsize, mdcinfo_t *cinfop, int indiskset, int with_bus, int errored, md_error_t *ep ) argument
|
H A D | meta_db.c | 1794 int errored = 0; local 1871 errored = c.c_locator.l_flags & (MDDB_F_EREAD | 1876 * There are four combinations of "errored" and "found" 1883 if (errored && !found) /* errored and !found */ 1885 else if (!found) /* !errored and !found */ 1887 else if (errored) /* errored and found */ 1890 * else it is !errored and found. This means
|
Completed in 28 milliseconds