Home
last modified time | relevance | path

Searched refs:err_col (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c425 int *err_col, in raid_resync_region() argument
534 *err_col = i; in raid_resync_region()
621 int err_col = -1; in resync_comp() local
739 &single_read, &hs_state, &err_col, dev_to_write, in resync_comp()
878 if ((resync != err_col) && (err_col != NOCOLUMN)) in resync_comp()
879 raid_set_state(un, err_col, RCS_ERRED, 0); in resync_comp()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_raid.c549 int err_col; in raid_state_to_action() local
559 if ((err_col = find_erred_column(raidp, in raid_state_to_action()
564 assert(err_col < raidp->cols.cols_len); in raid_state_to_action()
565 colnp = raidp->cols.cols_val[err_col].colnamep; in raid_state_to_action()
576 if ((err_col = find_erred_column(raidp, RCS_LAST_ERRED)) >= 0) { in raid_state_to_action()
579 assert(err_col < raidp->cols.cols_len); in raid_state_to_action()
580 colnp = raidp->cols.cols_val[err_col].colnamep; in raid_state_to_action()