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

Function fscrypt_next_block_start

src/client/FSCrypt.h:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46static inline uint64_t fscrypt_next_block_start(uint64_t ofs) {
47 return (ofs + FSCRYPT_BLOCK_SIZE - 1) & ~(FSCRYPT_BLOCK_SIZE - 1);
48}
49
50static inline std::string fscrypt_hex_str(const void *p, int len)
51{

Callers 3

_do_setattrMethod · 0.85
_fallocateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected