Home
last modified time | relevance | path

Searched refs:ceph_fscrypt_auth (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/fs/ceph/
Dcrypto.h50 struct ceph_fscrypt_auth { struct
57 static inline u32 ceph_fscrypt_auth_len(struct ceph_fscrypt_auth *fa) in ceph_fscrypt_auth_len() argument
61 return offsetof(struct ceph_fscrypt_auth, cfa_blob) + ctxsize; in ceph_fscrypt_auth_len()
Dcrypto.c74 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()
Dmds_client.h294 struct ceph_fscrypt_auth *r_fscrypt_auth;
Dsuper.h1094 struct ceph_fscrypt_auth *fscrypt_auth;
1134 struct ceph_fscrypt_auth *fscrypt_auth;
Dcaps.c1222 u8 fscrypt_auth[sizeof(struct ceph_fscrypt_auth)]; // for context
1461 WARN_ON_ONCE(ci->fscrypt_auth_len > sizeof(struct ceph_fscrypt_auth))) { in __prep_cap()