Searched refs:global_auth_tok (Results 1 – 3 of 3) sorted by relevance
202 struct ecryptfs_global_auth_tok *global_auth_tok; in ecryptfs_init_global_auth_toks() local206 list_for_each_entry(global_auth_tok, in ecryptfs_init_global_auth_toks()210 &global_auth_tok->global_auth_tok_key, &auth_tok, in ecryptfs_init_global_auth_toks()211 global_auth_tok->sig); in ecryptfs_init_global_auth_toks()215 "option: [%s]\n", global_auth_tok->sig); in ecryptfs_init_global_auth_toks()216 global_auth_tok->flags |= ECRYPTFS_AUTH_TOK_INVALID; in ecryptfs_init_global_auth_toks()219 global_auth_tok->flags &= ~ECRYPTFS_AUTH_TOK_INVALID; in ecryptfs_init_global_auth_toks()220 up_write(&(global_auth_tok->global_auth_tok_key)->sem); in ecryptfs_init_global_auth_toks()
755 struct ecryptfs_global_auth_tok *global_auth_tok; in ecryptfs_copy_mount_wide_sigs_to_inode_sigs() local761 list_for_each_entry(global_auth_tok, in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()764 if (global_auth_tok->flags & ECRYPTFS_AUTH_TOK_FNEK) in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()766 rc = ecryptfs_add_keysig(crypt_stat, global_auth_tok->sig); in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()
654 struct ecryptfs_global_auth_tok **global_auth_tok,