Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/
Dxdr.c453 unsigned int tailbuf_len; in xdr_shrink_pagelen() local
460 tailbuf_len = buf->buflen - buf->head->iov_len - buf->page_len; in xdr_shrink_pagelen()
463 if (tailbuf_len != 0) { in xdr_shrink_pagelen()
464 unsigned int free_space = tailbuf_len - tail->iov_len; in xdr_shrink_pagelen()