Lines Matching defs:count
185 u32 uniquifier, nentries, count;
189 call->unmarshall, iov_iter_count(call->iter), call->count);
208 count = ntohl(*bp);
210 nentries = min(nentries, count);
216 call->count = count;
221 count = min(call->count, 4U);
222 afs_extract_to_buf(call, count * sizeof(__be32));
226 ret = afs_extract_data(call, call->count > 4);
232 count = min(call->count, 4U);
233 for (i = 0; i < count; i++)
237 call->count -= count;
238 if (call->count > 0)
316 u32 count;
320 call->unmarshall, iov_iter_count(call->iter), call->count);
327 fallthrough; /* and extract the capabilities word count */
333 count = ntohl(call->tmp);
334 call->count = count;
335 call->count2 = count;
338 afs_extract_discard(call, count * sizeof(__be32));
436 /* Extract the returned uuid, uniquifier, fsEndpoints count and
438 * count if there are no fsEndpoints. */
447 call->count = ntohl(*bp++);
448 call->count2 = ntohl(*bp); /* Type or next count */
450 if (call->count > YFS_MAXENDPOINTS)
453 alist = afs_alloc_addrlist(call->count, FS_SERVICE, AFS_FS_PORT);
459 if (call->count == 0)
505 /* Got either the type of the next entry or the count of
510 call->count--;
511 if (call->count > 0)
516 call->count = call->count2;
517 if (!call->count)
519 if (call->count > YFS_MAXENDPOINTS)
550 if (call->count > 1)
579 /* Got either the type of the next entry or the count of
582 call->count--;
583 if (call->count > 0)
660 call->unmarshall, iov_iter_count(call->iter), call->count);
677 call->count = namesz;