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

Method finish

src/mds/ScrubStack.cc:475–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473 stack->scrubs_in_progress++;
474 }
475 void finish(int r) override {
476 stack->_validate_inode_done(target, r, result);
477 stack->scrubs_in_progress--;
478 stack->kick_off_scrubs();
479 }
480};
481
482void ScrubStack::scrub_dir_inode_final(CInode *in)

Callers

nothing calls this directly

Calls 2

_validate_inode_doneMethod · 0.80
kick_off_scrubsMethod · 0.80

Tested by

no test coverage detected