Lines Matching defs:cia
2425 struct ceph_iattr *cia)
2471 if (cia && cia->fscrypt_auth) {
2472 u32 len = ceph_fscrypt_auth_len(cia->fscrypt_auth);
2474 if (len > sizeof(*cia->fscrypt_auth)) {
2489 ci->fscrypt_auth = (u8 *)cia->fscrypt_auth;
2493 memcmp(ci->fscrypt_auth, cia->fscrypt_auth, len)) {
2494 req->r_fscrypt_auth = cia->fscrypt_auth;
2498 cia->fscrypt_auth = NULL;
2501 if (cia && cia->fscrypt_auth) {