Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ecryptfs/
Decryptfs_kernel.h70 struct ecryptfs_mount_crypt_stat;
236 struct ecryptfs_mount_crypt_stat *mount_crypt_stat;
328 struct ecryptfs_mount_crypt_stat { struct
353 struct ecryptfs_mount_crypt_stat mount_crypt_stat; argument
574 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
585 struct ecryptfs_mount_crypt_stat *mount_crypt_stat);
652 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
656 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig);
709 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
714 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
[all …]
Dcrypto.c250 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_destroy_mount_crypt_stat()
267 memset(mount_crypt_stat, 0, sizeof(struct ecryptfs_mount_crypt_stat)); in ecryptfs_destroy_mount_crypt_stat()
735 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_flags_to_inode_flags()
754 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()
789 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_set_default_crypt_stat_vals()
824 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_new_file_context()
1283 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_i_size_init()
1431 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_read_metadata()
1504 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_encrypt_filename()
1949 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_encrypt_and_encode_filename()
[all …]
Dmain.c200 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_init_global_auth_toks()
228 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_init_mount_crypt_stat()
231 sizeof(struct ecryptfs_mount_crypt_stat)); in ecryptfs_init_mount_crypt_stat()
269 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_parse_options()
496 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_mount()
Dsuper.c149 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_show_options()
Dinode.c398 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = NULL; in ecryptfs_lookup()
499 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = NULL; in ecryptfs_symlink()
915 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_setattr()
981 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_getattr_link()
Dkeystore.c493 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig) in ecryptfs_find_global_auth_tok_for_sig()
562 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_find_auth_tok_for_sig()
625 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_write_tag_70_packet()
915 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_parse_tag_70_packet()
2192 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in write_tag_3_packet()
2397 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_generate_key_packet_set()
2505 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_add_global_auth_tok()
Dfile.c134 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in read_or_initialize_metadata()