Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_inodes
Method
get_inodes
src/client/FSCrypt.h:350–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
348
return 0;
349
}
350
std::list<ino_t> get_inodes() {
351
return decrypted_inodes;
352
}
353
};
354
355
using FSCryptDecryptedInodesRef = std::shared_ptr<FSCryptDecryptedInodes>;
Callers
1
invalidate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected