Lines Matching refs:pad
632 /* The tail iovec may include an XDR pad for the page list,
759 /* Do not include the tail if it is only an XDR pad */
764 * xdr_write_pages() adds a pad at the beginning of
765 * the tail iovec. Force the tail's non-pad content to
1026 * @pad: Write chunk pad bytes needed (zero for pure inline)
1040 rpcrdma_inline_fixup(struct rpc_rqst *rqst, char *srcp, int copy_len, int pad)
1095 * the pad. Simply ensure inline content in the tail
1098 if (pad)
1099 srcp -= pad;
1105 if (copy_len || pad) {