Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dmds_client.h323 struct ceph_fscrypt_auth *r_fscrypt_auth; member
H A Dmds_client.c1176 kfree(req->r_fscrypt_auth); in ceph_mdsc_release_request()
2997 if (req->r_fscrypt_auth) { in encode_mclientrequest_tail()
2998 u32 authlen = ceph_fscrypt_auth_len(req->r_fscrypt_auth); in encode_mclientrequest_tail()
3001 ceph_encode_copy(p, req->r_fscrypt_auth, authlen); in encode_mclientrequest_tail()
3157 if (req->r_fscrypt_auth) in create_request_message()
3158 len += ceph_fscrypt_auth_len(req->r_fscrypt_auth); in create_request_message()
H A Dinode.c2668 req->r_fscrypt_auth = cia->fscrypt_auth; in __ceph_setattr()