Searched refs:global_auth_tok (Results 1 – 3 of 3) sorted by relevance
187 struct ecryptfs_global_auth_tok *global_auth_tok; in ecryptfs_init_global_auth_toks() local191 list_for_each_entry(global_auth_tok, in ecryptfs_init_global_auth_toks()195 &global_auth_tok->global_auth_tok_key, &auth_tok, in ecryptfs_init_global_auth_toks()196 global_auth_tok->sig); in ecryptfs_init_global_auth_toks()200 "option: [%s]\n", global_auth_tok->sig); in ecryptfs_init_global_auth_toks()201 global_auth_tok->flags |= ECRYPTFS_AUTH_TOK_INVALID; in ecryptfs_init_global_auth_toks()204 global_auth_tok->flags &= ~ECRYPTFS_AUTH_TOK_INVALID; in ecryptfs_init_global_auth_toks()205 up_write(&(global_auth_tok->global_auth_tok_key)->sem); in ecryptfs_init_global_auth_toks()
703 struct ecryptfs_global_auth_tok *global_auth_tok; in ecryptfs_copy_mount_wide_sigs_to_inode_sigs() local709 list_for_each_entry(global_auth_tok, in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()712 if (global_auth_tok->flags & ECRYPTFS_AUTH_TOK_FNEK) in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()714 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,