LIST_OBJ_TO_EL
raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj);
raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1;
el1 = LIST_OBJ_TO_EL(list, el->prev);
raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1;
el1 = LIST_OBJ_TO_EL(list, el->next);
el1 = LIST_OBJ_TO_EL(list, el->prev);