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

Method uninline_initialize

src/mds/CInode.cc:5478–5482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5476}
5477
5478void CInode::uninline_initialize()
5479{
5480 dout(20) << __func__ << " with scrub_version " << get_version() << dendl;
5481 scrub_infop->uninline_in_progress = true;
5482}
5483
5484void CInode::scrub_aborted() {
5485 dout(20) << __func__ << dendl;

Callers 2

uninline_data_workMethod · 0.80
_enqueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected