Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dkeystore.c29 static int process_request_key_err(long err_code) in process_request_key_err() argument
33 switch (err_code) { in process_request_key_err()
48 "[0x%.16lx]\n", err_code); in process_request_key_err()
54 static int process_find_global_auth_tok_for_sig_err(int err_code) in process_find_global_auth_tok_for_sig_err() argument
56 int rc = err_code; in process_find_global_auth_tok_for_sig_err()
58 switch (err_code) { in process_find_global_auth_tok_for_sig_err()
66 rc = process_request_key_err(err_code); in process_find_global_auth_tok_for_sig_err()