Home
last modified time | relevance | path

Searched defs:fscrypt_get_policy_ex_arg (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.h121 struct fscrypt_get_policy_ex_arg { struct
122 __u64 policy_size; /* input/output */
123 union {
127 } policy; /* output */
/external/kernel-headers/original/uapi/linux/
Dfscrypt.h76 struct fscrypt_get_policy_ex_arg { struct
77 __u64 policy_size; /* input/output */
78 union {
82 } policy; /* output */
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs82 struct fscrypt_get_policy_ex_arg { struct
86 unsafe impl DataInit for fscrypt_get_policy_ex_arg {} implementation