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

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

Completed in 31 milliseconds