Searched refs:nt_errs (Results 1 – 3 of 3) sorted by relevance
35 extern const struct nt_err_code_struct nt_errs[];
27 const struct nt_err_code_struct nt_errs[] = { variable
791 while (nt_errs[idx].nt_errstr != NULL) { in cifs_print_status()792 if (((nt_errs[idx].nt_errcode) & 0xFFFFFF) == in cifs_print_status()795 status_code, nt_errs[idx].nt_errstr); in cifs_print_status()