Searched refs:fscrypt_auth (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ceph/ |
| H A D | inode.c | 251 ci->fscrypt_auth = kmemdup(pci->fscrypt_auth, in ceph_get_snapdir() 254 if (ci->fscrypt_auth) { in ceph_get_snapdir() 716 ci->fscrypt_auth = NULL; in ceph_alloc_inode() 728 kfree(ci->fscrypt_auth); in ceph_free_inode() 1121 kfree(ci->fscrypt_auth); in ceph_fill_inode() 1123 ci->fscrypt_auth = iinfo->fscrypt_auth; in ceph_fill_inode() 1124 iinfo->fscrypt_auth = NULL; in ceph_fill_inode() 2645 if (cia && cia->fscrypt_auth) { in __ceph_setattr() 2646 u32 len = ceph_fscrypt_auth_len(cia->fscrypt_auth); in __ceph_setattr() 2648 if (len > sizeof(*cia->fscrypt_auth)) { in __ceph_setattr() [all …]
|
| H A D | caps.c | 1240 u8 fscrypt_auth[sizeof(struct ceph_fscrypt_auth)]; // for context member 1353 ceph_encode_copy(&p, arg->fscrypt_auth, arg->fscrypt_auth_len); in encode_cap_msg() 1491 memcpy(arg->fscrypt_auth, ci->fscrypt_auth, in __prep_cap() 1493 sizeof(arg->fscrypt_auth))); in __prep_cap() 3474 u8 *fscrypt_auth; member 3590 memcmp(ci->fscrypt_auth, extra_info->fscrypt_auth, in handle_cap_grant() 4285 extra->fscrypt_auth = kmalloc(extra->fscrypt_auth_len, in parse_fscrypt_fields() 4287 if (!extra->fscrypt_auth) in parse_fscrypt_fields() 4289 ceph_decode_copy_safe(p, end, extra->fscrypt_auth, in parse_fscrypt_fields() 4574 kfree(extra_info.fscrypt_auth); in ceph_handle_caps()
|
| H A D | super.h | 505 u8 *fscrypt_auth; member 1138 struct ceph_fscrypt_auth *fscrypt_auth; member 1177 struct ceph_fscrypt_auth *fscrypt_auth; member
|
| H A D | mds_client.h | 118 u8 *fscrypt_auth; member
|
| H A D | xattr.c | 366 memcpy(val, ci->fscrypt_auth, ci->fscrypt_auth_len); in ceph_vxattrcb_fscrypt_auth() 1455 kfree(as_ctx->fscrypt_auth); in ceph_release_acl_sec_ctx()
|
| H A D | mds_client.c | 226 info->fscrypt_auth = NULL; in parse_reply_info_in() 233 info->fscrypt_auth = kmalloc(info->fscrypt_auth_len, in parse_reply_info_in() 235 if (!info->fscrypt_auth) in parse_reply_info_in() 237 ceph_decode_copy_safe(p, end, info->fscrypt_auth, in parse_reply_info_in() 845 kfree(info->diri.fscrypt_auth); in destroy_reply_info() 847 kfree(info->targeti.fscrypt_auth); in destroy_reply_info() 855 kfree(rde->inode.fscrypt_auth); in destroy_reply_info()
|