Searched refs:m_max_mds (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmdsmap.h26 u32 m_max_mds; /* size of m_addr, m_state arrays */ member in struct:ceph_mdsmap
38 if (w >= m->m_max_mds)
46 if (w >= m->m_max_mds)
53 if (w >= 0 && w < m->m_max_mds)
H A Dmdsmap.c26 for (i = 0; i < m->m_max_mds; i++)
71 m->m_max_mds = ceph_decode_32(p);
73 m->m_info = kcalloc(m->m_max_mds, sizeof(*m->m_info), GFP_NOFS);
122 if (mds >= 0 && mds < m->m_max_mds && state > 0) {
173 for (i = 0; i < m->m_max_mds; i++)
H A Ddebugfs.c67 for (i = 0; i < client->mdsc.mdsmap->m_max_mds; i++) {
H A Dmds_client.c748 if (mds >= mdsc->mdsmap->m_max_mds)
2516 for (i = 0; i < oldmap->m_max_mds && i < mdsc->max_sessions; i++) {
2578 for (i = 0; i < newmap->m_max_mds && i < mdsc->max_sessions; i++) {

Completed in 74 milliseconds