puffs_flush
struct puffs_flush *pf;
winlen = sizeof(struct puffs_flush);
assert(winlen == sizeof(struct puffs_flush));
pf->pf_req.preq_buflen = sizeof(struct puffs_flush);
puffsop_flush(struct puffs_mount *pmp, struct puffs_flush *pf)
KASSERT(pf->pf_req.preq_pth.pth_framelen == sizeof(struct puffs_flush));
struct puffs_flush *pf;
if (preq->preq_pth.pth_framelen != sizeof(struct puffs_flush)) {
pf = (struct puffs_flush *)preq;
struct puffs_flush pf;