Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dxdr.c397 unsigned int tailbuf_len; in xdr_shrink_pagelen() local
402 tailbuf_len = buf->buflen - buf->head->iov_len - buf->page_len; in xdr_shrink_pagelen()
405 if (tailbuf_len != 0) { in xdr_shrink_pagelen()
406 unsigned int free_space = tailbuf_len - tail->iov_len; in xdr_shrink_pagelen()