HomeSort by: relevance | last modified time | path
    Searched refs:preq_opclass (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libpuffs/
flush.c 77 pf->pf_req.preq_opclass = PUFFSOP_FLUSH;
dispatcher.c 68 if (PUFFSOP_WANTREPLY(preq->preq_opclass)) {
131 if ((PUFFSOP_OPCLASS(preq->preq_opclass == PUFFSOP_VFS &&
133 (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN &&
166 if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VFS) {
262 } else if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN) {
502 if (!PUFFSOP_WANTREPLY(preq->preq_opclass))
981 if (!PUFFSOP_WANTREPLY(preq->preq_opclass))
1179 } else if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_CACHE) {
1189 } else if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_ERROR) {
opdump.c 175 opclass = PUFFSOP_OPCLASS(preq->preq_opclass);
212 opclass, PUFFSOP_WANTREPLY(preq->preq_opclass) ? "" : " (FAF)",
264 if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN) {
requests.c 218 if ((preq1->preq_opclass & PUFFSOPFLAG_ISRESPONSE) == 0) {
puffs.c 428 assert(PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN && (
749 preq->preq_opclass = PUFFSOP_UNMOUNT;
  /src/sys/fs/puffs/
puffs_compat.c 233 if (PUFFSOP_OPCLASS(oreq->preq_opclass) == PUFFSOP_VFS
241 } else if (PUFFSOP_OPCLASS(oreq->preq_opclass) == PUFFSOP_VN) {
350 if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VFS
360 } else if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN) {
puffs_msgif.c 295 park->park_preq->preq_opclass = PUFFSOP_OPCLASS(opclass);
371 || (preq->preq_opclass & PUFFSOPFLAG_ISRESPONSE));
374 preq->preq_opclass |= PUFFSOPFLAG_FAF;
405 if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN
408 park->park_preq->preq_opclass |=
447 preq->preq_opclass, preq->preq_optype, park->park_flags));
601 preq->preq_opclass |= PUFFSOPFLAG_ISRESPONSE;
970 switch (PUFFSOP_OPCLASS(preq->preq_opclass)) {
1033 DPRINTF(("dispatch: invalid opclass 0x%x\n", preq->preq_opclass));
puffs_msgif.h 297 uint16_t preq_opclass; member in struct:puffs_req
  /src/tests/fs/common/
fstest_puffs.c 135 if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VFS) {
138 } else if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN) {
199 PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VFS

Completed in 16 milliseconds