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

Function get_append_buffer_unused_tail_length

src/include/buffer.h:1006–1008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1004 void try_assign_to_mempool(int pool);
1005
1006 size_t get_append_buffer_unused_tail_length() const {
1007 return _carriage->unused_tail_length();
1008 }
1009
1010 const buffers_t& buffers() const { return _buffers; }
1011 buffers_t& mut_buffers() { return _buffers; }

Callers 5

reserveMethod · 0.50
appendMethod · 0.50
append_holeMethod · 0.50
append_zeroMethod · 0.50

Calls 1

unused_tail_lengthMethod · 0.80

Tested by

no test coverage detected