Searched refs:new_piece (Results 1 – 1 of 1) sorted by relevance
1128 bool new_piece; in ceph_msg_data_advance() local1133 new_piece = ceph_msg_data_pagelist_advance(cursor, bytes); in ceph_msg_data_advance()1136 new_piece = ceph_msg_data_pages_advance(cursor, bytes); in ceph_msg_data_advance()1140 new_piece = ceph_msg_data_bio_advance(cursor, bytes); in ceph_msg_data_advance()1144 new_piece = ceph_msg_data_bvecs_advance(cursor, bytes); in ceph_msg_data_advance()1147 new_piece = ceph_msg_data_iter_advance(cursor, bytes); in ceph_msg_data_advance()1159 new_piece = true; in ceph_msg_data_advance()1161 cursor->need_crc = new_piece; in ceph_msg_data_advance()