HomeSort by: relevance | last modified time | path
    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