Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
649
void Inode::set_async_err(int r)
650
{
651
for (const auto &fh : fhs) {
652
fh->async_err = r;
653
}
654
}
655
656
bool Inode::has_recalled_deleg()
657
{
Callers
4
_handle_full_flag
Method · 0.80
kick_requests_closed
Method · 0.80
finish
Method · 0.80
remove_session_caps
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected