Searched refs:last_piece (Results 1 – 2 of 2) sorted by relevance
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()[all …]
118 bool last_piece; /* current is last piece */ member