Lines Matching defs:first
242 * Initialise the map if we're the first user.
1311 /* Construct the first words of the reply: */
1687 struct kvec *first = payload->head;
1693 * entirely in rq_arg.pages. In this case, @first is empty.
1696 if (first->iov_len) {
1697 vec[i].iov_base = first->iov_base;
1698 vec[i].iov_len = min_t(size_t, total, first->iov_len);
1719 * @first: buffer containing first section of pathname
1727 char *svc_fill_symlink_pathname(struct svc_rqst *rqstp, struct kvec *first,
1740 len = min_t(size_t, total, first->iov_len);
1742 memcpy(dst, first->iov_base, len);