Searched refs:nt_errs (Results 1 – 3 of 3) sorted by relevance
23 extern const struct nt_err_code_struct nt_errs[];
14 const struct nt_err_code_struct nt_errs[] = { variable
776 while (nt_errs[idx].nt_errstr != NULL) { in cifs_print_status()777 if (nt_errs[idx].nt_errcode == status_code) { in cifs_print_status()779 status_code, nt_errs[idx].nt_errstr); in cifs_print_status()