Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ecryptfs/
Decryptfs_kernel.h63 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 …]
Dcrypto.c200 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()
682 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_flags_to_inode_flags()
701 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()
736 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_set_default_crypt_stat_vals()
771 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_new_file_context()
1239 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_i_size_init()
1387 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_read_metadata()
1457 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_encrypt_filename()
1891 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_encrypt_and_encode_filename()
[all …]
Dmain.c185 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()
Dsuper.c135 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_show_options()
Dinode.c385 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_lookup()
466 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = NULL; in ecryptfs_symlink()
910 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.c487 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig) in ecryptfs_find_global_auth_tok_for_sig()
557 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_find_auth_tok_for_sig()
621 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_write_tag_70_packet()
894 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_parse_tag_70_packet()
2188 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in write_tag_3_packet()
2406 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_generate_key_packet_set()
2512 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_add_global_auth_tok()
Dfile.c130 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in read_or_initialize_metadata()