Searched refs:ceph_fscrypt_auth (Results 1 – 5 of 5) sorted by relevance
50 struct ceph_fscrypt_auth { struct57 static inline u32 ceph_fscrypt_auth_len(struct ceph_fscrypt_auth *fa) in ceph_fscrypt_auth_len() argument61 return offsetof(struct ceph_fscrypt_auth, cfa_blob) + ctxsize; in ceph_fscrypt_auth_len()
74 struct ceph_fscrypt_auth *cfa = (struct ceph_fscrypt_auth *)ci->fscrypt_auth; in ceph_crypt_get_context()78 if (!cfa || (ci->fscrypt_auth_len < (offsetof(struct ceph_fscrypt_auth, cfa_blob) + 1))) in ceph_crypt_get_context()99 struct ceph_fscrypt_auth *cfa; in ceph_crypt_set_context()
294 struct ceph_fscrypt_auth *r_fscrypt_auth;
1094 struct ceph_fscrypt_auth *fscrypt_auth;1134 struct ceph_fscrypt_auth *fscrypt_auth;
1222 u8 fscrypt_auth[sizeof(struct ceph_fscrypt_auth)]; // for context1461 WARN_ON_ONCE(ci->fscrypt_auth_len > sizeof(struct ceph_fscrypt_auth))) { in __prep_cap()