ctx_u             479 fs/crypto/fscrypt_private.h 				       const union fscrypt_context *ctx_u,
ctx_u             107 fs/crypto/policy.c static int fscrypt_new_context_from_policy(union fscrypt_context *ctx_u,
ctx_u             110 fs/crypto/policy.c 	memset(ctx_u, 0, sizeof(*ctx_u));
ctx_u             115 fs/crypto/policy.c 		struct fscrypt_context_v1 *ctx = &ctx_u->v1;
ctx_u             131 fs/crypto/policy.c 		struct fscrypt_context_v2 *ctx = &ctx_u->v2;
ctx_u             161 fs/crypto/policy.c 				const union fscrypt_context *ctx_u,
ctx_u             166 fs/crypto/policy.c 	if (ctx_size <= 0 || ctx_size != fscrypt_context_size(ctx_u))
ctx_u             169 fs/crypto/policy.c 	switch (ctx_u->version) {
ctx_u             171 fs/crypto/policy.c 		const struct fscrypt_context_v1 *ctx = &ctx_u->v1;
ctx_u             186 fs/crypto/policy.c 		const struct fscrypt_context_v2 *ctx = &ctx_u->v2;