Lines Matching defs:failed
1321 atomic_t *failed = tcon->stats.smb2_stats.smb2_com_failed;
1333 seq_printf(m, "\nTreeConnects: %d total %d failed",
1335 atomic_read(&failed[SMB2_TREE_CONNECT_HE]));
1336 seq_printf(m, "\nTreeDisconnects: %d total %d failed",
1338 atomic_read(&failed[SMB2_TREE_DISCONNECT_HE]));
1339 seq_printf(m, "\nCreates: %d total %d failed",
1341 atomic_read(&failed[SMB2_CREATE_HE]));
1342 seq_printf(m, "\nCloses: %d total %d failed",
1344 atomic_read(&failed[SMB2_CLOSE_HE]));
1345 seq_printf(m, "\nFlushes: %d total %d failed",
1347 atomic_read(&failed[SMB2_FLUSH_HE]));
1348 seq_printf(m, "\nReads: %d total %d failed",
1350 atomic_read(&failed[SMB2_READ_HE]));
1351 seq_printf(m, "\nWrites: %d total %d failed",
1353 atomic_read(&failed[SMB2_WRITE_HE]));
1354 seq_printf(m, "\nLocks: %d total %d failed",
1356 atomic_read(&failed[SMB2_LOCK_HE]));
1357 seq_printf(m, "\nIOCTLs: %d total %d failed",
1359 atomic_read(&failed[SMB2_IOCTL_HE]));
1360 seq_printf(m, "\nQueryDirectories: %d total %d failed",
1362 atomic_read(&failed[SMB2_QUERY_DIRECTORY_HE]));
1363 seq_printf(m, "\nChangeNotifies: %d total %d failed",
1365 atomic_read(&failed[SMB2_CHANGE_NOTIFY_HE]));
1366 seq_printf(m, "\nQueryInfos: %d total %d failed",
1368 atomic_read(&failed[SMB2_QUERY_INFO_HE]));
1369 seq_printf(m, "\nSetInfos: %d total %d failed",
1371 atomic_read(&failed[SMB2_SET_INFO_HE]));
1372 seq_printf(m, "\nOplockBreaks: %d sent %d failed",
1374 atomic_read(&failed[SMB2_OPLOCK_BREAK_HE]));
2290 /* If the open failed there is nothing to do */
2293 cifs_dbg(FYI, "query_dir_first: open failed rc=%d\n", rc);
2302 cifs_dbg(FYI, "query_dir_first: query directory failed rc=%d\n", rc);
2581 &cfid); /* cfid null if open dir failed */
4381 cifs_server_dbg(VFS, "%s: crypto alloc failed\n", __func__);