MCPcopy Create free account
hub / github.com/ceph/ceph / range_start

Method range_start

src/include/interval_set.h:503–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501 return m.empty();
502 }
503 offset_type range_start() const {
504 ceph_assert(!empty());
505 auto p = m.begin();
506 return p->first;
507 }
508 offset_type range_end() const {
509 ceph_assert(!empty());
510 auto p = m.rbegin();

Callers 14

_do_readvMethod · 0.45
_do_writeMethod · 0.45
project_alloc_idMethod · 0.45
project_alloc_idsMethod · 0.45
skip_inosMethod · 0.45
force_consume_toMethod · 0.45
take_inoMethod · 0.45
get_modified_regionMethod · 0.45
reactMethod · 0.45
calc_oldest_mapMethod · 0.45
truncateMethod · 0.45

Calls 2

emptyFunction · 0.70
beginMethod · 0.45

Tested by 1

get_modified_regionMethod · 0.36