Lines Matching refs:pad
272 * XDR pad and may be omitted.
648 /* The tail iovec may include an XDR pad for the page list,
775 /* Do not include the tail if it is only an XDR pad */
780 * xdr_write_pages() adds a pad at the beginning of
781 * the tail iovec. Force the tail's non-pad content to
1042 * @pad: Write chunk pad bytes needed (zero for pure inline)
1056 rpcrdma_inline_fixup(struct rpc_rqst *rqst, char *srcp, int copy_len, int pad)
1111 * the pad. Simply ensure inline content in the tail
1114 if (pad)
1115 srcp -= pad;
1121 if (copy_len || pad) {