Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfs.h687 uint8_t nd_sessionid[NFSX_V4SESSIONID]; /* Session id */ member
H A Dnfs_commonkrpc.c1330 nd->nd_sessionid, NFSX_V4SESSIONID) == 0) { in newnfs_request()
H A Dnfs_commonsubs.c371 NFSBZERO(nd->nd_sessionid, NFSX_V4SESSIONID); in nfscl_reqstart()
5352 bcopy(sessionid, nd->nd_sessionid, NFSX_V4SESSIONID); in nfsv4_setsequence()
5598 bcopy(tsep->nfsess_sessionid, nd->nd_sessionid, NFSX_V4SESSIONID); in nfsrpc_destroysession()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c734 shp = NFSSESSIONHASH(nd->nd_sessionid); in nfsrv_getclient()
736 sep = nfsrv_findsession(nd->nd_sessionid); in nfsrv_getclient()
6084 shp = NFSSESSIONHASH(nd->nd_sessionid); in nfsrv_checksequence()
6086 sep = nfsrv_findsession(nd->nd_sessionid); in nfsrv_checksequence()
6144 shp = NFSSESSIONHASH(nd->nd_sessionid); in nfsrv_checkreclaimcomplete()
6147 sep = nfsrv_findsession(nd->nd_sessionid); in nfsrv_checkreclaimcomplete()
6184 shp = NFSSESSIONHASH(nd->nd_sessionid); in nfsrv_cache_session()
6186 sep = nfsrv_findsession(nd->nd_sessionid); in nfsrv_cache_session()
6255 if (!NFSBCMP(sessionid, nd->nd_sessionid, NFSX_V4SESSIONID) && in nfsrv_destroysession()
H A Dnfs_nfsdserv.c4931 NFSBCOPY(tl, nd->nd_sessionid, NFSX_V4SESSIONID); in nfsrvd_sequence()
4946 NFSBCOPY(nd->nd_sessionid, tl, NFSX_V4SESSIONID); in nfsrvd_sequence()