HomeSort by: relevance | last modified time | path
    Searched defs:nfslockfile (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
nfsrvstate.h 39 * List heads for nfsclient, nfsstate and nfslockfile.
46 LIST_HEAD(nfslockhashhead, nfslockfile);
157 * - delegated file structures chained off of nfsclient and nfslockfile
188 struct nfslockfile *ls_lfp; /* Back pointer */
208 * nfslockfile (the file) structures, for the file and owner it
216 struct nfslockfile *lo_lfp;
251 struct nfslockfile { struct
257 LIST_ENTRY(nfslockfile) lf_hash; /* Hash list entry */
nfsrvstate.h 39 * List heads for nfsclient, nfsstate and nfslockfile.
46 LIST_HEAD(nfslockhashhead, nfslockfile);
157 * - delegated file structures chained off of nfsclient and nfslockfile
188 struct nfslockfile *ls_lfp; /* Back pointer */
208 * nfslockfile (the file) structures, for the file and owner it
216 struct nfslockfile *lo_lfp;
251 struct nfslockfile { struct
257 LIST_ENTRY(nfslockfile) lf_hash; /* Hash list entry */

Completed in 21 milliseconds