Lines Matching defs:request
286 * it. We depend on freeblk() ignoring a request to
1126 allocino(fsck_ino_t request, int type)
1135 if (debug && (request != 0) && (request != UFSROOTINO))
1138 (int)request, (int)UFSROOTINO);
1148 * If we got a request for UFSROOTINO, then request != 0, and
1152 if (request == 0)
1153 request = UFSROOTINO;
1154 else if (statemap[request] != USTATE)
1161 for (ino = request; ino < maxino; ino++)