Lines Matching refs:last_piece
842 cursor->last_piece = in ceph_msg_data_bio_cursor_init()
863 if (cursor->last_piece) /* pagelist offset is always 0 */ in ceph_msg_data_bio_next()
908 if (!cursor->last_piece) { in ceph_msg_data_bio_advance()
913 cursor->last_piece = true; in ceph_msg_data_bio_advance()
942 cursor->last_piece = cursor->page_offset + cursor->resid <= PAGE_SIZE; in ceph_msg_data_pages_cursor_init()
957 if (cursor->last_piece) in ceph_msg_data_pages_next()
986 cursor->last_piece = cursor->resid <= PAGE_SIZE; in ceph_msg_data_pages_advance()
1017 cursor->last_piece = cursor->resid <= PAGE_SIZE; in ceph_msg_data_pagelist_cursor_init()
1037 if (cursor->last_piece) in ceph_msg_data_pagelist_next()
1074 cursor->last_piece = cursor->resid <= PAGE_SIZE; in ceph_msg_data_pagelist_advance()
1135 bool *last_piece) in ceph_msg_data_next() argument
1159 if (last_piece) in ceph_msg_data_next()
1160 *last_piece = cursor->last_piece; in ceph_msg_data_next()
1195 WARN_ON(!cursor->last_piece); in ceph_msg_data_advance()
1572 bool last_piece; in write_partial_message_data() local
1577 &last_piece); in write_partial_message_data()
1579 length, last_piece); in write_partial_message_data()