Lines Matching refs:fscrypt_auth
1222 u8 fscrypt_auth[sizeof(struct ceph_fscrypt_auth)]; // for context
1324 * fscrypt_auth and fscrypt_file (version 12)
1326 * fscrypt_auth holds the crypto context (if any). fscrypt_file
1331 ceph_encode_copy(&p, arg->fscrypt_auth, arg->fscrypt_auth_len);
1466 memcpy(arg->fscrypt_auth, ci->fscrypt_auth,
1468 sizeof(arg->fscrypt_auth)));
1567 /* No fscrypt_auth changes from a capsnap.*/
3395 u8 *fscrypt_auth;
3506 memcmp(ci->fscrypt_auth, extra_info->fscrypt_auth,
3508 pr_warn_ratelimited("%s: cap grant attempt to change fscrypt_auth on non-I_NEW inode (old len %d new len %d)\n",
4184 extra->fscrypt_auth = kmalloc(extra->fscrypt_auth_len,
4186 if (!extra->fscrypt_auth)
4188 ceph_decode_copy_safe(p, end, extra->fscrypt_auth,
4471 kfree(extra_info.fscrypt_auth);