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

  /src/sys/nfs/
nfs.h 456 SIMPLEQ_HEAD(, nfsrv_descript) ns_sendq; /* s: send reply list */
457 LIST_HEAD(, nfsrv_descript) ns_tq; /* g: Write gather lists */
459 LIST_HEAD(nfsrvw_delayhash, nfsrv_descript) ns_wdelayhashtbl[NFS_WDELAYHASHSIZ]; /* g: */
496 struct nfsrv_descript *nfsd_nd; /* Associated nfsrv_descript */
520 struct nfsrv_descript { struct
524 LIST_ENTRY(nfsrv_descript) nd_hash; /* Hash list */
525 LIST_ENTRY(nfsrv_descript) nd_tq; /* and timer list */
526 LIST_HEAD(,nfsrv_descript) nd_coalesce; /* coalesced writes */
527 SIMPLEQ_ENTRY(nfsrv_descript) nd_sendq; /* send reply list *
    [all...]
  /src/sys/fs/nfs/common/
nfs.h 580 struct nfsrv_descript { struct

Completed in 13 milliseconds