| 276 | } |
| 277 | bool is_n_page_sized() const { return is_n_align_sized(CEPH_PAGE_SIZE); } |
| 278 | bool is_partial() const { |
| 279 | return have_raw() && (start() > 0 || end() < raw_length()); |
| 280 | } |
| 281 | |
| 282 | int get_mempool() const; |
| 283 | void reassign_to_mempool(int pool); |
no test coverage detected