<dec f='src/src/sys/nfs/nfs_var.h' l='130' type='void nfsrvw_coalesce(struct nfsrv_descript * , struct nfsrv_descript * )'/>
<use f='src/src/sys/nfs/nfs_serv.c' l='1185' u='c' c='nfsrv_writegather'/>
<def f='src/src/sys/nfs/nfs_serv.c' l='1363' ll='1402' type='void nfsrvw_coalesce(struct nfsrv_descript * owp, struct nfsrv_descript * nfsd)'/>
<doc f='src/src/sys/nfs/nfs_serv.c' l='1355'>/*
 * Coalesce the write request nfsd into owp. To do this we must:
 * - remove nfsd from the queues
 * - merge nfsd-&gt;nd_mrep into owp-&gt;nd_mrep
 * - update the nd_eoff and nd_stable for owp
 * - put nfsd on owp&apos;s nd_coalesce list
 * NB: Must be called at splsoftclock().
 */</doc>
