Searched refs:ecryptfs_mount_crypt_stat (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.10/fs/ecryptfs/ | 
| D | ecryptfs_kernel.h | 63 struct ecryptfs_mount_crypt_stat;238 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat;
 329 struct ecryptfs_mount_crypt_stat {  struct
 354 	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 …]
 
 | 
| 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()
 687 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat)  in ecryptfs_copy_mount_wide_flags_to_inode_flags()
 706 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat)  in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()
 741 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat)  in ecryptfs_set_default_crypt_stat_vals()
 776 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat =  in ecryptfs_new_file_context()
 1244 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat;  in ecryptfs_i_size_init()
 1392 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat =  in ecryptfs_read_metadata()
 1462 			  struct ecryptfs_mount_crypt_stat *mount_crypt_stat)  in ecryptfs_encrypt_filename()
 1896 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat,  in ecryptfs_encrypt_and_encode_filename()
 [all …]
 
 | 
| 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()
 
 | 
| D | super.c | 135 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat =  in ecryptfs_show_options()
 | 
| D | inode.c | 387 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat;  in ecryptfs_lookup()471 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat = NULL;  in ecryptfs_symlink()
 906 		struct ecryptfs_mount_crypt_stat *mount_crypt_stat;  in ecryptfs_setattr()
 973 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat;  in ecryptfs_getattr_link()
 
 | 
| D | keystore.c | 487 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig)  in ecryptfs_find_global_auth_tok_for_sig()556 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat,  in ecryptfs_find_auth_tok_for_sig()
 620 			     struct ecryptfs_mount_crypt_stat *mount_crypt_stat,  in ecryptfs_write_tag_70_packet()
 893 			     struct ecryptfs_mount_crypt_stat *mount_crypt_stat,  in ecryptfs_parse_tag_70_packet()
 2187 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat =  in write_tag_3_packet()
 2405 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat =  in ecryptfs_generate_key_packet_set()
 2511 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat,  in ecryptfs_add_global_auth_tok()
 
 | 
| D | file.c | 130 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat;  in read_or_initialize_metadata()
 |