Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ceph/
Dmdsmap.c82 s32 mds, inc, state; in ceph_mdsmap_decode() local
101 mds = ceph_decode_32(p); in ceph_mdsmap_decode()
120 i+1, n, global_id, mds, inc, in ceph_mdsmap_decode()
123 if (mds >= 0 && mds < m->m_max_mds && state > 0) { in ceph_mdsmap_decode()
124 m->m_info[mds].global_id = global_id; in ceph_mdsmap_decode()
125 m->m_info[mds].state = state; in ceph_mdsmap_decode()
126 m->m_info[mds].addr = addr; in ceph_mdsmap_decode()
127 m->m_info[mds].laggy = in ceph_mdsmap_decode()
130 m->m_info[mds].num_export_targets = num_export_targets; in ceph_mdsmap_decode()
132 m->m_info[mds].export_targets = in ceph_mdsmap_decode()
[all …]
Dmds_client.c349 int mds) in __ceph_lookup_mds_session() argument
353 if (mds >= mdsc->max_sessions || mdsc->sessions[mds] == NULL) in __ceph_lookup_mds_session()
355 session = mdsc->sessions[mds]; in __ceph_lookup_mds_session()
362 static bool __have_session(struct ceph_mds_client *mdsc, int mds) in __have_session() argument
364 if (mds >= mdsc->max_sessions) in __have_session()
366 return mdsc->sessions[mds]; in __have_session()
383 int mds) in register_session() argument
391 s->s_mds = mds; in register_session()
419 dout("register_session mds%d\n", mds); in register_session()
420 if (mds >= mdsc->max_sessions) { in register_session()
[all …]
Dcaps.c314 static struct ceph_cap *__get_cap_for_mds(struct ceph_inode_info *ci, int mds) in __get_cap_for_mds() argument
321 if (mds < cap->mds) in __get_cap_for_mds()
323 else if (mds > cap->mds) in __get_cap_for_mds()
331 struct ceph_cap *ceph_get_cap_for_mds(struct ceph_inode_info *ci, int mds) in ceph_get_cap_for_mds() argument
336 cap = __get_cap_for_mds(ci, mds); in ceph_get_cap_for_mds()
347 int mds = -1; in __ceph_get_cap_mds() local
353 mds = cap->mds; in __ceph_get_cap_mds()
359 return mds; in __ceph_get_cap_mds()
365 int mds; in ceph_get_cap_mds() local
367 mds = __ceph_get_cap_mds(ceph_inode(inode)); in ceph_get_cap_mds()
[all …]
Dsuper.h111 int mds; member
181 int mds; /* -1 if same authority as parent */ member
765 int mds);
780 int mds, int drop, int unless, int force);
782 int mds, int drop, int unless);
Dmds_client.h317 __ceph_lookup_mds_session(struct ceph_mds_client *, int mds);
329 struct ceph_msg *msg, int mds);
Dsnap.c774 int mds = session->s_mds; in ceph_handle_snap() local
799 dout("handle_snap from mds%d op %s split %llx tracelen %d\n", mds, in ceph_handle_snap()
922 pr_err("corrupt snap message from mds%d\n", mds); in ceph_handle_snap()
Dinode.c141 frag->mds = -1; in __get_or_create_frag()
234 int mds = le32_to_cpu(dirinfo->auth); in ceph_fill_dirfrag() local
255 frag->mds = -1; in ceph_fill_dirfrag()
273 frag->mds = mds; in ceph_fill_dirfrag()
/linux-3.4.99/crypto/
Dtwofish_common.c123 static const u32 mds[4][256] = { variable
498 ctx->s[0][i] = mds[0][q0[(a) ^ sa] ^ se]; \
499 ctx->s[1][i] = mds[1][q0[(b) ^ sb] ^ sf]; \
500 ctx->s[2][i] = mds[2][q1[(a) ^ sc] ^ sg]; \
501 ctx->s[3][i] = mds[3][q1[(b) ^ sd] ^ sh]
506 ctx->s[0][i] = mds[0][q0[q0[(b) ^ sa] ^ se] ^ si]; \
507 ctx->s[1][i] = mds[1][q0[q1[(b) ^ sb] ^ sf] ^ sj]; \
508 ctx->s[2][i] = mds[2][q1[q0[(a) ^ sc] ^ sg] ^ sk]; \
509 ctx->s[3][i] = mds[3][q1[q1[(a) ^ sd] ^ sh] ^ sl];
514 ctx->s[0][i] = mds[0][q0[q0[q1[(b) ^ sa] ^ se] ^ si] ^ sm]; \
[all …]
/linux-3.4.99/drivers/staging/winbond/
DMakefile2 mds.o \