Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dkeystore.c43 static int process_request_key_err(long err_code) in process_request_key_err() argument
47 switch (err_code) { in process_request_key_err()
62 "[0x%.16lx]\n", err_code); in process_request_key_err()
68 static int process_find_global_auth_tok_for_sig_err(int err_code) in process_find_global_auth_tok_for_sig_err() argument
70 int rc = err_code; in process_find_global_auth_tok_for_sig_err()
72 switch (err_code) { in process_find_global_auth_tok_for_sig_err()
80 rc = process_request_key_err(err_code); in process_find_global_auth_tok_for_sig_err()