Lines Matching defs:state
17 (m->m_info[i].state > 0 && ignore_laggy ? true : !m->m_info[i].laggy)
44 * choose a random mds that is "up" (i.e. has a state > 0), or -1.
172 /* pick out active nodes from mds_info (state > 0) */
176 s32 mds, inc, state;
210 state = ceph_decode_32(p);
237 ceph_mds_state_name(state),
245 if (state <= 0) {
246 dout("mdsmap_decode got incorrect state(%s)\n",
247 ceph_mds_state_name(state));
253 info->state = state;
415 if (m->m_info[i].state == CEPH_MDS_STATE_ACTIVE)