Lines Matching defs:failed

1348 	atomic_t *failed = tcon->stats.smb2_stats.smb2_com_failed;
1360 seq_printf(m, "\nTreeConnects: %d total %d failed",
1362 atomic_read(&failed[SMB2_TREE_CONNECT_HE]));
1363 seq_printf(m, "\nTreeDisconnects: %d total %d failed",
1365 atomic_read(&failed[SMB2_TREE_DISCONNECT_HE]));
1366 seq_printf(m, "\nCreates: %d total %d failed",
1368 atomic_read(&failed[SMB2_CREATE_HE]));
1369 seq_printf(m, "\nCloses: %d total %d failed",
1371 atomic_read(&failed[SMB2_CLOSE_HE]));
1372 seq_printf(m, "\nFlushes: %d total %d failed",
1374 atomic_read(&failed[SMB2_FLUSH_HE]));
1375 seq_printf(m, "\nReads: %d total %d failed",
1377 atomic_read(&failed[SMB2_READ_HE]));
1378 seq_printf(m, "\nWrites: %d total %d failed",
1380 atomic_read(&failed[SMB2_WRITE_HE]));
1381 seq_printf(m, "\nLocks: %d total %d failed",
1383 atomic_read(&failed[SMB2_LOCK_HE]));
1384 seq_printf(m, "\nIOCTLs: %d total %d failed",
1386 atomic_read(&failed[SMB2_IOCTL_HE]));
1387 seq_printf(m, "\nQueryDirectories: %d total %d failed",
1389 atomic_read(&failed[SMB2_QUERY_DIRECTORY_HE]));
1390 seq_printf(m, "\nChangeNotifies: %d total %d failed",
1392 atomic_read(&failed[SMB2_CHANGE_NOTIFY_HE]));
1393 seq_printf(m, "\nQueryInfos: %d total %d failed",
1395 atomic_read(&failed[SMB2_QUERY_INFO_HE]));
1396 seq_printf(m, "\nSetInfos: %d total %d failed",
1398 atomic_read(&failed[SMB2_SET_INFO_HE]));
1399 seq_printf(m, "\nOplockBreaks: %d sent %d failed",
1401 atomic_read(&failed[SMB2_OPLOCK_BREAK_HE]));
2299 /* If the open failed there is nothing to do */
2302 cifs_dbg(FYI, "query_dir_first: open failed rc=%d\n", rc);
2311 cifs_dbg(FYI, "query_dir_first: query directory failed rc=%d\n", rc);
4310 cifs_server_dbg(VFS, "%s: crypto alloc failed\n", __func__);