ceph_fscrypt_auth
u8 fscrypt_auth[sizeof(struct ceph_fscrypt_auth)]; // for context
WARN_ON_ONCE(ci->fscrypt_auth_len > sizeof(struct ceph_fscrypt_auth))) {
struct ceph_fscrypt_auth *cfa = (struct ceph_fscrypt_auth *)ci->fscrypt_auth;
if (!cfa || (ci->fscrypt_auth_len < (offsetof(struct ceph_fscrypt_auth, cfa_blob) + 1)))
struct ceph_fscrypt_auth *cfa;
static inline u32 ceph_fscrypt_auth_len(struct ceph_fscrypt_auth *fa)
return offsetof(struct ceph_fscrypt_auth, cfa_blob) + ctxsize;
struct ceph_fscrypt_auth *r_fscrypt_auth;
struct ceph_fscrypt_auth *fscrypt_auth;
struct ceph_fscrypt_auth *fscrypt_auth;