OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfsstate
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/common/
nfsrvstate.h
39
* List heads for nfsclient,
nfsstate
and nfslockfile.
44
LIST_HEAD(nfsstatehead,
nfsstate
);
160
* (it is a union between an
nfsstate
and nfslock structure head)
165
struct
nfsstate
{
struct
166
LIST_ENTRY(
nfsstate
) ls_hash; /* Hash list entry */
167
LIST_ENTRY(
nfsstate
) ls_list; /* List of opens/delegs */
168
LIST_ENTRY(
nfsstate
) ls_file; /* Opens/Delegs for a file */
178
struct
nfsstate
*openowner; /* Open only */
207
* This structure is chained off of the
nfsstate
(the lockowner) and
215
struct
nfsstate
*lo_stp
[
all
...]
nfsrvstate.h
39
* List heads for nfsclient,
nfsstate
and nfslockfile.
44
LIST_HEAD(nfsstatehead,
nfsstate
);
160
* (it is a union between an
nfsstate
and nfslock structure head)
165
struct
nfsstate
{
struct
166
LIST_ENTRY(
nfsstate
) ls_hash; /* Hash list entry */
167
LIST_ENTRY(
nfsstate
) ls_list; /* List of opens/delegs */
168
LIST_ENTRY(
nfsstate
) ls_file; /* Opens/Delegs for a file */
178
struct
nfsstate
*openowner; /* Open only */
207
* This structure is chained off of the
nfsstate
(the lockowner) and
215
struct
nfsstate
*lo_stp
[
all
...]
Completed in 55 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025