Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ set_inode
Method
set_inode
src/client/MetaRequest.h:115–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void set_inode(Inode *in) {
116
_inode = in;
117
}
118
void set_inode(InodeRef in) {
119
_inode = std::move(in);
120
}
Callers
15
_do_lookup
Method · 0.80
_getattr
Method · 0.80
_getvxattr
Method · 0.80
_do_setattr
Method · 0.80
readdir_r_cb
Method · 0.80
file_blockdiff
Method · 0.80
readdir_snapdiff
Method · 0.80
_lookup_name
Method · 0.80
_open
Method · 0.80
_renew_caps
Method · 0.80
_getcwd
Method · 0.80
_do_filelock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected