Lines Matching refs:last_piece
809 cursor->last_piece = in ceph_msg_data_bio_cursor_init()
830 if (cursor->last_piece) /* pagelist offset is always 0 */ in ceph_msg_data_bio_next()
875 if (!cursor->last_piece) { in ceph_msg_data_bio_advance()
880 cursor->last_piece = true; in ceph_msg_data_bio_advance()
909 cursor->last_piece = cursor->page_offset + cursor->resid <= PAGE_SIZE; in ceph_msg_data_pages_cursor_init()
924 if (cursor->last_piece) in ceph_msg_data_pages_next()
953 cursor->last_piece = cursor->resid <= PAGE_SIZE; in ceph_msg_data_pages_advance()
984 cursor->last_piece = cursor->resid <= PAGE_SIZE; in ceph_msg_data_pagelist_cursor_init()
1004 if (cursor->last_piece) in ceph_msg_data_pagelist_next()
1041 cursor->last_piece = cursor->resid <= PAGE_SIZE; in ceph_msg_data_pagelist_advance()
1102 bool *last_piece) in ceph_msg_data_next() argument
1126 if (last_piece) in ceph_msg_data_next()
1127 *last_piece = cursor->last_piece; in ceph_msg_data_next()
1162 WARN_ON(!cursor->last_piece); in ceph_msg_data_advance()
1523 bool last_piece; in write_partial_message_data() local
1528 &last_piece); in write_partial_message_data()
1530 length, last_piece); in write_partial_message_data()