Lines Matching refs:last_piece
839 cursor->last_piece = in ceph_msg_data_bio_cursor_init()
860 if (cursor->last_piece) /* pagelist offset is always 0 */ in ceph_msg_data_bio_next()
905 if (!cursor->last_piece) { in ceph_msg_data_bio_advance()
910 cursor->last_piece = true; in ceph_msg_data_bio_advance()
939 cursor->last_piece = cursor->page_offset + cursor->resid <= PAGE_SIZE; in ceph_msg_data_pages_cursor_init()
954 if (cursor->last_piece) in ceph_msg_data_pages_next()
983 cursor->last_piece = cursor->resid <= PAGE_SIZE; in ceph_msg_data_pages_advance()
1014 cursor->last_piece = cursor->resid <= PAGE_SIZE; in ceph_msg_data_pagelist_cursor_init()
1034 if (cursor->last_piece) in ceph_msg_data_pagelist_next()
1071 cursor->last_piece = cursor->resid <= PAGE_SIZE; in ceph_msg_data_pagelist_advance()
1132 bool *last_piece) in ceph_msg_data_next() argument
1156 if (last_piece) in ceph_msg_data_next()
1157 *last_piece = cursor->last_piece; in ceph_msg_data_next()
1192 WARN_ON(!cursor->last_piece); in ceph_msg_data_advance()
1579 bool last_piece; in write_partial_message_data() local
1584 &last_piece); in write_partial_message_data()
1586 length, !last_piece); in write_partial_message_data()