Lines Matching refs:in_kvecs

211 	BUG_ON(con->v2.in_kvec_cnt >= ARRAY_SIZE(con->v2.in_kvecs));  in add_in_kvec()
214 con->v2.in_kvecs[con->v2.in_kvec_cnt].iov_base = buf; in add_in_kvec()
215 con->v2.in_kvecs[con->v2.in_kvec_cnt].iov_len = len; in add_in_kvec()
227 iov_iter_kvec(&con->v2.in_iter, READ, con->v2.in_kvecs, 0, 0); in reset_in_kvecs()
632 WARN_ON(con->v2.in_kvecs[0].iov_len != ctrl_len); in verify_control_crc()
633 WARN_ON(con->v2.in_kvecs[1].iov_len != CEPH_CRC_LEN); in verify_control_crc()
635 crc = crc32c(-1, con->v2.in_kvecs[0].iov_base, ctrl_len); in verify_control_crc()
636 expected_crc = get_unaligned_le32(con->v2.in_kvecs[1].iov_base); in verify_control_crc()
1024 WARN_ON(con->v2.in_kvecs[0].iov_len != rem_len); in decrypt_control_remainder()
1025 WARN_ON(con->v2.in_kvecs[1].iov_len != pt_len); in decrypt_control_remainder()
1028 sg_set_buf(&sgs[0], con->v2.in_kvecs[0].iov_base, rem_len); in decrypt_control_remainder()
1813 WARN_ON(con->v2.in_kvecs[0].iov_len != CEPH_BANNER_V2_PREFIX_LEN); in process_banner_prefix()
1815 p = con->v2.in_kvecs[0].iov_base; in process_banner_prefix()
1833 void *end = con->v2.in_kvecs[0].iov_base + con->v2.in_kvecs[0].iov_len; in process_banner_payload()
1840 p = con->v2.in_kvecs[0].iov_base; in process_banner_payload()
2690 memcpy(buf, con->v2.in_kvecs[0].iov_base, ctrl_len); in handle_control()
2694 return __handle_control(con, con->v2.in_kvecs[0].iov_base); in handle_control()
2710 return __handle_control(con, con->v2.in_kvecs[0].iov_base - in handle_control_remainder()