Home
last modified time | relevance | path

Searched refs:ecryptfs_mount_crypt_stat (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ecryptfs/
H A Decryptfs_kernel.h65 struct ecryptfs_mount_crypt_stat;
236 struct ecryptfs_mount_crypt_stat *mount_crypt_stat;
315 struct ecryptfs_mount_crypt_stat { struct
341 struct ecryptfs_mount_crypt_stat mount_crypt_stat; argument
549 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
559 struct ecryptfs_mount_crypt_stat *mount_crypt_stat);
626 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
630 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig);
682 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
687 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
[all …]
H A Dsuper.c132 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_show_options()