Home
last modified time | relevance | path

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

/fs/ceph/
Dmds_client.c353 if (mds >= mdsc->max_sessions || mdsc->sessions[mds] == NULL) in __ceph_lookup_mds_session()
355 session = mdsc->sessions[mds]; in __ceph_lookup_mds_session()
366 return mdsc->sessions[mds]; in __have_session()
373 mdsc->sessions[s->s_mds] != s) in __verify_registered_session()
428 if (mdsc->sessions) { in register_session()
429 memcpy(sa, mdsc->sessions, in register_session()
431 kfree(mdsc->sessions); in register_session()
433 mdsc->sessions = sa; in register_session()
436 mdsc->sessions[mds] = s; in register_session()
456 BUG_ON(mdsc->sessions[s->s_mds] != s); in __unregister_session()
[all …]
Dmds_client.h257 struct ceph_mds_session **sessions; /* NULL for mds if no session */ member
/fs/cifs/
DKconfig61 establish sessions with some old SMB servers.
DREADME603 DebugData Displays information about active CIFS sessions and
722 the active sessions and the shares that are mounted.
DCHANGES510 of the two user's smb sessions is being removed while leaving the other.
639 Windows 98 that terminate tcp sessions during protocol negotiation. Handle