Home
last modified time | relevance | path

Searched refs:tailbuf_len (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/net/sunrpc/
Dxdr.c420 unsigned int tailbuf_len; in xdr_shrink_pagelen() local
425 tailbuf_len = buf->buflen - buf->head->iov_len - buf->page_len; in xdr_shrink_pagelen()
428 if (tailbuf_len != 0) { in xdr_shrink_pagelen()
429 unsigned int free_space = tailbuf_len - tail->iov_len; in xdr_shrink_pagelen()