Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ inode
Method
inode
src/client/MetaRequest.h:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
_inode = std::move(in);
120
}
121
Inode *inode() {
122
return _inode.get();
123
}
124
void take_inode(InodeRef *out) {
125
out->swap(_inode);
126
}
Callers
9
insert_trace
Method · 0.80
choose_target_mds
Method · 0.80
verify_reply_trace
Method · 0.80
encode_cap_releases
Method · 0.80
send_request
Method · 0.80
build_client_request
Method · 0.80
handle_client_reply
Method · 0.80
kick_requests_closed
Method · 0.80
_interrupt_filelock
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected