Searched refs:CEPH_EPILOGUE_PLAIN_LEN (Results 1 – 2 of 2) sorted by relevance
421 CEPH_EPILOGUE_PLAIN_LEN; in __tail_onwire_len()1571 add_out_kvec(con, &con->v2.out_epil, CEPH_EPILOGUE_PLAIN_LEN); in prepare_epilogue_plain()1894 add_in_kvec(con, con->v2.in_buf, CEPH_EPILOGUE_PLAIN_LEN); in prepare_read_data_cont()1959 add_in_kvec(con, con->v2.in_buf, CEPH_EPILOGUE_PLAIN_LEN); in prepare_sparse_read_cont()2043 add_in_kvec(con, con->v2.in_buf, CEPH_EPILOGUE_PLAIN_LEN); in prepare_read_tail_plain()3578 CEPH_EPILOGUE_PLAIN_LEN; in revoke_at_finish_message()3587 con->v2.out_iter.count -= CEPH_EPILOGUE_PLAIN_LEN; in revoke_at_finish_message()3593 boundary = middle_len(msg) + CEPH_EPILOGUE_PLAIN_LEN; in revoke_at_finish_message()3600 con->v2.out_iter.count -= CEPH_EPILOGUE_PLAIN_LEN; in revoke_at_finish_message()3605 boundary = CEPH_EPILOGUE_PLAIN_LEN; in revoke_at_finish_message()[all …]
378 #define CEPH_EPILOGUE_PLAIN_LEN (1 + 3 * CEPH_CRC_LEN) macro