Home
last modified time | relevance | path

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

/qemu/block/
H A Dquorum.c76 unsigned next_child_index; /* the index of the next child that should member
1030 s->next_child_index = s->num_children; in quorum_open()
1084 s->next_child_index == UINT_MAX) { in quorum_add_child()
1089 ret = snprintf(indexstr, INDEXSTR_LEN, "children.%u", s->next_child_index); in quorum_add_child()
1094 s->next_child_index++; in quorum_add_child()
1102 s->next_child_index--; in quorum_add_child()
1136 snprintf(indexstr, INDEXSTR_LEN, "children.%u", s->next_child_index - 1); in quorum_del_child()
1138 s->next_child_index--; in quorum_del_child()