Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcrypto.h51 struct ceph_fscrypt_auth { struct
58 static inline u32 ceph_fscrypt_auth_len(struct ceph_fscrypt_auth *fa) in ceph_fscrypt_auth_len() argument
62 return offsetof(struct ceph_fscrypt_auth, cfa_blob) + ctxsize; in ceph_fscrypt_auth_len()
H A Dmds_client.h323 struct ceph_fscrypt_auth *r_fscrypt_auth;
H A Dsuper.h1138 struct ceph_fscrypt_auth *fscrypt_auth;
1177 struct ceph_fscrypt_auth *fscrypt_auth;
H A Dcaps.c1240 u8 fscrypt_auth[sizeof(struct ceph_fscrypt_auth)]; // for context
1486 WARN_ON_ONCE(ci->fscrypt_auth_len > sizeof(struct ceph_fscrypt_auth))) { in __prep_cap()