Home | History | Annotate | Download | only in server

Lines Matching defs:hit

42  * - I think a false hit is more serious than a false miss
43 * - A false hit for an RPC that has Op(s) that order via seqid# must be
45 * - A valid hit will probably happen a long time after the original reply
77 * - a hit (reply from cache)
157 * hit. For V4, the non-idempotent Op will return NFSERR_RESOURCE in
609 int hit, ret = 0;
617 hit = 1;
649 hit = 0;
654 * Can be a hit only if one entry left.
655 * Note possible hit entry and put nfsrc_templist back on hash
659 hit = 0;
670 if (hit) {