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

Method set_async_err

src/client/Inode.cc:649–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647}
648
649void Inode::set_async_err(int r)
650{
651 for (const auto &fh : fhs) {
652 fh->async_err = r;
653 }
654}
655
656bool Inode::has_recalled_deleg()
657{

Callers 4

_handle_full_flagMethod · 0.80
kick_requests_closedMethod · 0.80
finishMethod · 0.80
remove_session_capsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected