Lines Matching defs:head
1318 gss_free_ctx_callback(struct rcu_head *head)
1320 struct gss_cl_ctx *ctx = container_of(head, struct gss_cl_ctx, gc_rcu);
1337 gss_free_cred_callback(struct rcu_head *head)
1339 struct gss_cred *gss_cred = container_of(head, struct gss_cred, gc_base.cr_rcu);
1576 iov.iov_base = req->rq_snd_buf.head[0].iov_base;
1758 offset = (u8 *)p - (u8 *)snd_buf->head[0].iov_base;
1864 * more space in the head when wrapping.
1875 offset = (u8 *)p - (u8 *)snd_buf->head[0].iov_base;
1888 /* guess whether the pad goes into the head or the tail: */
1892 iov = snd_buf->head;
2059 struct kvec *head = rqstp->rq_rcv_buf.head;
2067 offset = (u8 *)(p) - (u8 *)head->iov_base;
2081 /* gss_unwrap redacts the opaque blob from the head iovec.