Lines Matching refs:preq
104 struct puffs_req *preq; in readshovel() local
114 preq = (void *)buf; in readshovel()
134 if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VFS) { in readshovel()
135 assert(preq->preq_optype < PUFFS_VFS_MAX); in readshovel()
136 args->pta_vfs_toserv_ops[preq->preq_optype]++; in readshovel()
137 } else if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN) { in readshovel()
138 assert(preq->preq_optype < PUFFS_VN_MAX); in readshovel()
139 args->pta_vn_toserv_ops[preq->preq_optype]++; in readshovel()
159 struct puffs_req *preq; in writeshovel() local
171 preq = (void *)buf; in writeshovel()
198 PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VFS in writeshovel()
199 && preq->preq_optype == PUFFS_VFS_UNMOUNT)) { in writeshovel()
200 if (preq->preq_rv == 0) in writeshovel()