Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dmds_client.h294 struct ceph_fscrypt_auth *r_fscrypt_auth; member
H A Dcrypto.c193 swap(req->r_fscrypt_auth, as->fscrypt_auth); in ceph_fscrypt_as_ctx_to_req()
H A Dmds_client.c1121 kfree(req->r_fscrypt_auth); in ceph_mdsc_release_request()
2831 if (req->r_fscrypt_auth) { in encode_mclientrequest_tail()
2832 u32 authlen = ceph_fscrypt_auth_len(req->r_fscrypt_auth); in encode_mclientrequest_tail()
2835 ceph_encode_copy(p, req->r_fscrypt_auth, authlen); in encode_mclientrequest_tail()
2955 if (req->r_fscrypt_auth) in create_request_message()
2956 len += ceph_fscrypt_auth_len(req->r_fscrypt_auth); in create_request_message()
H A Dinode.c2494 req->r_fscrypt_auth = cia->fscrypt_auth; in __ceph_setattr()