Lines Matching defs:nfsrv_descript
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 {
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 */
567 * These macros compare nfsrv_descript structures.