Searched refs:ecryptfs_mount_crypt_stat (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 63 struct ecryptfs_mount_crypt_stat; 238 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; 326 struct ecryptfs_mount_crypt_stat { struct 351 struct ecryptfs_mount_crypt_stat mount_crypt_stat; argument 558 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, 569 struct ecryptfs_mount_crypt_stat *mount_crypt_stat); 636 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat, 640 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig); 693 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, 698 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, [all …]
|
H A D | crypto.c | 200 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_destroy_mount_crypt_stat() 216 memset(mount_crypt_stat, 0, sizeof(struct ecryptfs_mount_crypt_stat)); in ecryptfs_destroy_mount_crypt_stat() 658 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_flags_to_inode_flags() 677 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_sigs_to_inode_sigs() 712 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_set_default_crypt_stat_vals() 747 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_new_file_context() 1215 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_i_size_init() 1363 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_read_metadata() 1433 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_encrypt_filename() 1867 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() 254 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_parse_options() 481 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_mount()
|
H A D | super.c | 135 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_show_options()
|
H A D | keystore.c | 489 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig) in ecryptfs_find_global_auth_tok_for_sig() 559 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_find_auth_tok_for_sig() 623 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_write_tag_70_packet() 896 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_parse_tag_70_packet() 2190 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in write_tag_3_packet() 2408 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_generate_key_packet_set() 2514 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_add_global_auth_tok()
|
H A D | inode.c | 395 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_lookup() 476 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = NULL; in ecryptfs_symlink() 920 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_setattr() 988 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_getattr_link()
|
H A D | file.c | 149 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in read_or_initialize_metadata()
|