Searched refs:ecryptfs_mount_crypt_stat (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ecryptfs/ |
| H A D | ecryptfs_kernel.h | 65 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 D | crypto.c | 147 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_destroy_mount_crypt_stat() 163 memset(mount_crypt_stat, 0, sizeof(struct ecryptfs_mount_crypt_stat)); in ecryptfs_destroy_mount_crypt_stat() 590 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_flags_to_inode_flags() 609 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_sigs_to_inode_sigs() 644 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_set_default_crypt_stat_vals() 679 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_new_file_context() 1144 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_i_size_init() 1292 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_read_metadata() 1362 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_encrypt_filename() 1784 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_encrypt_and_encode_filename() [all …]
|
| H A D | main.c | 185 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_init_global_auth_toks() 213 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_init_mount_crypt_stat() 216 sizeof(struct ecryptfs_mount_crypt_stat)); in ecryptfs_init_mount_crypt_stat() 252 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_parse_param() 342 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_validate_options() 440 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_get_tree()
|
| H A D | super.c | 132 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_show_options()
|
| H A D | keystore.c | 488 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig) in ecryptfs_find_global_auth_tok_for_sig() 558 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_find_auth_tok_for_sig() 619 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_write_tag_70_packet() 853 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_parse_tag_70_packet() 2148 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in write_tag_3_packet() 2366 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_generate_key_packet_set() 2472 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_add_global_auth_tok()
|
| H A D | inode.c | 391 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_lookup() 476 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = NULL; in ecryptfs_symlink() 908 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_setattr() 976 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_getattr_link()
|
| H A D | file.c | 147 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in read_or_initialize_metadata()
|