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