Searched refs:nd_coalesce (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs.h984 LIST_HEAD(,nfsrv_descript) nd_coalesce; /* coalesced writes */ member in struct:nfsrv_descript
H A Dnfs_serv.c1373 LIST_INIT(&nd->nd_coalesce);
1604 nd = swp->nd_coalesce.lh_first;
1658 * - put nd on owp's nd_coalesce list
1692 LIST_INSERT_HEAD(&owp->nd_coalesce, nd, nd_tq);
1698 while ((p = nd->nd_coalesce.lh_first)) {
1700 LIST_INSERT_HEAD(&owp->nd_coalesce, p, nd_tq);

Completed in 32 milliseconds