Home
last modified time | relevance | path

Searched refs:new_piece (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/net/ceph/
Dmessenger.c1179 bool new_piece; in ceph_msg_data_advance() local
1184 new_piece = ceph_msg_data_pagelist_advance(cursor, bytes); in ceph_msg_data_advance()
1187 new_piece = ceph_msg_data_pages_advance(cursor, bytes); in ceph_msg_data_advance()
1191 new_piece = ceph_msg_data_bio_advance(cursor, bytes); in ceph_msg_data_advance()
1195 new_piece = ceph_msg_data_bvecs_advance(cursor, bytes); in ceph_msg_data_advance()
1208 new_piece = true; in ceph_msg_data_advance()
1210 cursor->need_crc = new_piece; in ceph_msg_data_advance()