OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfssessionhash
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/nfs/common/
nfsrvstate.h
70
struct
nfssessionhash
{
struct
74
#define
NFSSESSIONHASH
(f) \
75
(&
nfssessionhash
[nfsrv_hashsessionid(f) % nfsrv_sessionhashsize])
/src/sys/fs/nfs/server/
nfs_nfsdsubs.c
58
extern struct
nfssessionhash
*
nfssessionhash
;
2058
nfssessionhash
= malloc(sizeof(struct
nfssessionhash
) *
2061
mtx_init(&
nfssessionhash
[i].mtx, "nfssm", NULL, MTX_DEF);
2062
LIST_INIT(&
nfssessionhash
[i].list);
nfs_nfsdstate.c
85
struct
nfssessionhash
*
nfssessionhash
;
variable in typeref:struct:nfssessionhash *
492
struct
nfssessionhash
*shp;
535
shp =
NFSSESSIONHASH
(nd->nd_sessionid);
632
shp =
NFSSESSIONHASH
(nsep->sess_sessionid);
5778
struct
nfssessionhash
*shp;
5782
shp =
NFSSESSIONHASH
(nd->nd_sessionid);
5840
struct
nfssessionhash
*shp;
5843
shp =
NFSSESSIONHASH
(nd->nd_sessionid);
5871
struct
nfssessionhash
*shp
[
all
...]
nfs_nfsdport.c
70
extern struct
nfssessionhash
*
nfssessionhash
;
3416
mtx_destroy(&
nfssessionhash
[i].mtx);
3420
free(
nfssessionhash
, M_NFSDSESSION);
Completed in 19 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025