Searched refs:global_auth_tok (Results 1 – 3 of 3) sorted by relevance
185 struct ecryptfs_global_auth_tok *global_auth_tok; in ecryptfs_init_global_auth_toks() local189 list_for_each_entry(global_auth_tok, in ecryptfs_init_global_auth_toks()193 &global_auth_tok->global_auth_tok_key, &auth_tok, in ecryptfs_init_global_auth_toks()194 global_auth_tok->sig); in ecryptfs_init_global_auth_toks()198 "option: [%s]\n", global_auth_tok->sig); in ecryptfs_init_global_auth_toks()199 global_auth_tok->flags |= ECRYPTFS_AUTH_TOK_INVALID; in ecryptfs_init_global_auth_toks()202 global_auth_tok->flags &= ~ECRYPTFS_AUTH_TOK_INVALID; in ecryptfs_init_global_auth_toks()203 up_write(&(global_auth_tok->global_auth_tok_key)->sem); in ecryptfs_init_global_auth_toks()
682 struct ecryptfs_global_auth_tok *global_auth_tok; in ecryptfs_copy_mount_wide_sigs_to_inode_sigs() local688 list_for_each_entry(global_auth_tok, in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()691 if (global_auth_tok->flags & ECRYPTFS_AUTH_TOK_FNEK) in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()693 rc = ecryptfs_add_keysig(crypt_stat, global_auth_tok->sig); in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()
639 struct ecryptfs_global_auth_tok **global_auth_tok,