• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/

Lines Matching refs:iov_len

606 	if (argv->iov_len < 4)
610 if (argv->iov_len < l)
614 argv->iov_len -= l;
623 if (resv->iov_len + 4 > PAGE_SIZE)
626 p = resv->iov_base + resv->iov_len;
627 resv->iov_len += round_up_to_quad(o->len);
628 if (resv->iov_len > PAGE_SIZE)
652 iov.iov_len = (u8 *)argv->iov_base - (u8 *)rpcstart;
656 if (argv->iov_len < 4)
691 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len;
692 /* don't really need to check if head->iov_len > PAGE_SIZE ... */
713 iov.iov_len = sizeof(xdr_seq);
715 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len;
836 return buf->head[0].iov_len + buf->page_len + buf->tail[0].iov_len;
845 * buffer start using buf->len - buf->head[0].iov_len. */
846 buf->head[0].iov_len -= pad;
865 * request to the end, where head[0].iov_len is just the bytes
884 offset = buf->head[0].iov_len % 4;
958 __be32 *reject_stat = resv->iov_base + resv->iov_len;
961 dprintk("RPC: svcauth_gss: argv->iov_len = %zd\n",
962 argv->iov_len);
985 if (argv->iov_len < 5 * 4)
1016 if (argv->iov_len < 2 * 4)
1076 if (resv->iov_len + 4 > PAGE_SIZE)
1081 if (resv->iov_len + 3 * 4 > PAGE_SIZE)
1095 if (resv->iov_len + 4 > PAGE_SIZE)
1101 svcdata->verf_start = resv->iov_base + resv->iov_len;
1170 resbuf->head[0].iov_len -= 2 * 4;
1202 if (resbuf->head[0].iov_len + RPC_MAX_AUTH_SIZE > PAGE_SIZE)
1205 + resbuf->head[0].iov_len;
1206 resbuf->tail[0].iov_len = 0;
1211 mic.data = (u8 *)resv->iov_base + resv->iov_len + 4;
1217 resv->iov_len += XDR_QUADLEN(mic.len) << 2;
1220 BUG_ON(resv->iov_len > PAGE_SIZE);
1249 if (resbuf->tail[0].iov_len + resbuf->head[0].iov_len
1254 resbuf->tail[0].iov_len);
1258 if (resbuf->head[0].iov_len + 2*RPC_MAX_AUTH_SIZE > PAGE_SIZE)
1261 + resbuf->head[0].iov_len + RPC_MAX_AUTH_SIZE;
1262 resbuf->tail[0].iov_len = 0;
1268 p = (__be32 *)(resbuf->tail[0].iov_base + resbuf->tail[0].iov_len);
1270 resbuf->tail[0].iov_len += pad;