Searched refs:fscrypt_auth_len (Results 1 – 7 of 7) sorted by relevance
| /fs/ceph/ |
| A D | caps.c | 1238 u32 fscrypt_auth_len; member 1484 if (ci->fscrypt_auth_len && in __prep_cap() 1487 arg->fscrypt_auth_len = 0; in __prep_cap() 1489 arg->fscrypt_auth_len = ci->fscrypt_auth_len; in __prep_cap() 1595 arg.fscrypt_auth_len = 0; in __send_flush_snap() 3474 u32 fscrypt_auth_len; member 3588 if (ci->fscrypt_auth_len != extra_info->fscrypt_auth_len || in handle_cap_grant() 3590 ci->fscrypt_auth_len)) in handle_cap_grant() 3593 ci->fscrypt_auth_len, in handle_cap_grant() 3594 extra_info->fscrypt_auth_len); in handle_cap_grant() [all …]
|
| A D | crypto.c | 78 if (!cfa || (ci->fscrypt_auth_len < (offsetof(struct ceph_fscrypt_auth, cfa_blob) + 1))) in ceph_crypt_get_context() 180 ci->fscrypt_auth_len = ceph_fscrypt_auth_len(as->fscrypt_auth); in ceph_fscrypt_prepare_context() 181 ci->fscrypt_auth = kmemdup(as->fscrypt_auth, ci->fscrypt_auth_len, in ceph_fscrypt_prepare_context()
|
| A D | inode.c | 206 pci->fscrypt_auth_len, in ceph_get_snapdir() 210 ci->fscrypt_auth_len = pci->fscrypt_auth_len; in ceph_get_snapdir() 669 ci->fscrypt_auth_len = 0; in ceph_alloc_inode() 1045 if (iinfo->fscrypt_auth_len && in ceph_fill_inode() 1046 ((inode->i_state & I_NEW) || (ci->fscrypt_auth_len == 0))) { in ceph_fill_inode() 1048 ci->fscrypt_auth_len = iinfo->fscrypt_auth_len; in ceph_fill_inode() 1051 iinfo->fscrypt_auth_len = 0; in ceph_fill_inode() 2557 ceph_vinop(inode), ci->fscrypt_auth_len, len); in __ceph_setattr() 2566 ci->fscrypt_auth_len = len; in __ceph_setattr() 2568 ci->fscrypt_auth_len != len || in __ceph_setattr()
|
| A D | xattr.c | 359 return ci->fscrypt_auth_len; in ceph_vxattrcb_fscrypt_auth_exists() 366 if (size < ci->fscrypt_auth_len) in ceph_vxattrcb_fscrypt_auth() 368 memcpy(val, ci->fscrypt_auth, ci->fscrypt_auth_len); in ceph_vxattrcb_fscrypt_auth() 370 return ci->fscrypt_auth_len; in ceph_vxattrcb_fscrypt_auth()
|
| A D | mds_client.h | 117 u32 fscrypt_auth_len; member
|
| A D | super.h | 466 u32 fscrypt_auth_len; member
|
| A D | mds_client.c | 211 info->fscrypt_auth_len = 0; in parse_reply_info_in() 215 ceph_decode_32_safe(p, end, info->fscrypt_auth_len, bad); in parse_reply_info_in() 216 if (info->fscrypt_auth_len) { in parse_reply_info_in() 217 info->fscrypt_auth = kmalloc(info->fscrypt_auth_len, in parse_reply_info_in() 222 info->fscrypt_auth_len, bad); in parse_reply_info_in()
|
Completed in 39 milliseconds