Searched refs:ceph_fscrypt_auth (Results 1 – 4 of 4) sorted by relevance
51 struct ceph_fscrypt_auth { struct58 static inline u32 ceph_fscrypt_auth_len(struct ceph_fscrypt_auth *fa) in ceph_fscrypt_auth_len() argument62 return offsetof(struct ceph_fscrypt_auth, cfa_blob) + ctxsize; in ceph_fscrypt_auth_len()
323 struct ceph_fscrypt_auth *r_fscrypt_auth;
1138 struct ceph_fscrypt_auth *fscrypt_auth;1177 struct ceph_fscrypt_auth *fscrypt_auth;
1240 u8 fscrypt_auth[sizeof(struct ceph_fscrypt_auth)]; // for context1486 WARN_ON_ONCE(ci->fscrypt_auth_len > sizeof(struct ceph_fscrypt_auth))) { in __prep_cap()