Searched defs:fscrypt_get_policy_ex_arg (Results 1 – 3 of 3) sorted by relevance
121 struct fscrypt_get_policy_ex_arg { struct122 __u64 policy_size; /* input/output */123 union {127 } policy; /* output */
76 struct fscrypt_get_policy_ex_arg { struct77 __u64 policy_size; /* input/output */78 union {82 } policy; /* output */
82 struct fscrypt_get_policy_ex_arg { struct86 unsafe impl DataInit for fscrypt_get_policy_ex_arg {} implementation