Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ecryptfs/
Decryptfs_kernel.h70 struct ecryptfs_mount_crypt_stat;
235 struct ecryptfs_mount_crypt_stat *mount_crypt_stat;
327 struct ecryptfs_mount_crypt_stat { struct
352 struct ecryptfs_mount_crypt_stat mount_crypt_stat; argument
573 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
584 struct ecryptfs_mount_crypt_stat *mount_crypt_stat);
651 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
655 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig);
708 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
713 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()
266 memset(mount_crypt_stat, 0, sizeof(struct ecryptfs_mount_crypt_stat)); in ecryptfs_destroy_mount_crypt_stat()
734 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_flags_to_inode_flags()
753 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()
788 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_set_default_crypt_stat_vals()
823 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_new_file_context()
1282 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_i_size_init()
1430 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_read_metadata()
1503 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_encrypt_filename()
1948 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.c397 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = NULL; in ecryptfs_lookup()
498 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = NULL; in ecryptfs_symlink()
912 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_setattr()
978 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()