Searched refs:lastlen (Results 1 – 4 of 4) sorted by relevance
978 cursor->lastlen = 0; in ceph_msg_data_iter_cursor_init()989 if (cursor->lastlen) in ceph_msg_data_iter_next()990 iov_iter_revert(&cursor->iov_iter, cursor->lastlen); in ceph_msg_data_iter_next()996 cursor->lastlen = len; in ceph_msg_data_iter_next()1018 if (bytes < cursor->lastlen) { in ceph_msg_data_iter_advance()1019 cursor->lastlen -= bytes; in ceph_msg_data_iter_advance()1021 iov_iter_advance(&cursor->iov_iter, bytes - cursor->lastlen); in ceph_msg_data_iter_advance()1022 cursor->lastlen = 0; in ceph_msg_data_iter_advance()
1053 uint32_t bufsz, len, lastlen = 0; in csio_wr_process_fl() local1081 lastlen = min(bufsz, len); in csio_wr_process_fl()1082 fbuf->len = lastlen; in csio_wr_process_fl()1084 len -= lastlen; in csio_wr_process_fl()1096 flq->un.fl.offset += ALIGN(lastlen, sge->csio_fl_align); in csio_wr_process_fl()
1104 unsigned int lastlen; in aead_perform() local1144 lastlen = buf->buf_len; in aead_perform()1145 if (lastlen >= authsize) in aead_perform()1166 lastlen = buf->buf_len; in aead_perform()1167 if (lastlen >= authsize) in aead_perform()1173 if (unlikely(lastlen < authsize)) { in aead_perform()
255 unsigned int lastlen; member