Home
last modified time | relevance | path

Searched refs:D_ERROR (Results 1 – 25 of 37) sorted by relevance

12

/drivers/staging/lustre/lustre/obdclass/
Ddebug.c74 CDEBUG(D_ERROR, "%s: id %#llx offset %llu off: %#llx != %#llx\n", in block_debug_check()
79 CDEBUG(D_ERROR, "%s: id %#llx offset %llu id: %#llx != %#llx\n", in block_debug_check()
86 CDEBUG(D_ERROR, "%s: id %#llx offset %llu end off: %#llx != %#llx\n", in block_debug_check()
91 CDEBUG(D_ERROR, "%s: id %#llx offset %llu end id: %#llx != %#llx\n", in block_debug_check()
Dcl_page.c57 CL_PAGE_DEBUG(D_ERROR, (env), (page), #expr "\n"); \
417 CL_PAGE_DEBUG(D_ERROR, env, ghost, in cl_page_find0()
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_debug.h142 #define D_ERROR 0x00020000 /* CERROR(...) == CDEBUG (D_ERROR, ...) */ macro
158 #define D_CANTMASK (D_ERROR | D_EMERG | D_WARNING | D_CONSOLE)
232 #define CERROR(format, ...) CDEBUG_LIMIT(D_ERROR, format, ## __VA_ARGS__)
239 #define LCONSOLE_ERROR_MSG(errnum, format, ...) CDEBUG_LIMIT(D_CONSOLE | D_ERROR, \
/drivers/staging/lustre/lustre/lov/
Dlov_page.c125 CL_PAGE_DEBUG(D_ERROR, env, slice->cpl_page, "rc = %d\n", rc); in lov_page_cache_add()
202 CL_PAGE_DEBUG(D_ERROR, env, page, "parent page\n"); in lov_page_init_raid0()
203 CL_PAGE_DEBUG(D_ERROR, env, subpage, "child page\n"); in lov_page_init_raid0()
Dlovsub_dev.c135 LIBCFS_DEBUG_MSG_DATA_DECL(msgdata, D_ERROR, NULL); in lovsub_device_free()
Dlovsub_lock.c366 CL_LOCK_DEBUG(D_ERROR, env, parent, "Delete CLS_HELD lock\n"); in lovsub_lock_delete_one()
Dlov_object.c181 mask = D_ERROR; in lov_init_sub()
210 dump_lsm(D_ERROR, lsm); in lov_init_raid0()
/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c338 DEBUG_REQ(D_ERROR, req, "unpack_rep failed: %d", rc); in unpack_reply()
345 DEBUG_REQ(D_ERROR, req, "unpack ptlrpc body failed: %d", rc); in unpack_reply()
1024 DEBUG_REQ(D_ERROR, req, "Uninitialized import."); in ptlrpc_import_delay_req()
1029 D_HA : D_ERROR, req, "IMP_CLOSED "); in ptlrpc_import_delay_req()
1033 DEBUG_REQ(D_ERROR, req, "send limit expired "); in ptlrpc_import_delay_req()
1039 DEBUG_REQ(D_ERROR, req, "invalidate in flight"); in ptlrpc_import_delay_req()
1047 DEBUG_REQ(D_ERROR, req, "req wrong generation:"); in ptlrpc_import_delay_req()
1052 DEBUG_REQ(D_ERROR, req, "invalidate in flight"); in ptlrpc_import_delay_req()
1176 DEBUG_REQ(D_ERROR, req, "reply buffer overflow, expected: %d, actual size: %d", in after_reply()
1201 DEBUG_REQ(D_ERROR, req, "unwrap reply failed (%d):", rc); in after_reply()
[all …]
Devents.c193 CDEBUG((ev->status == 0) ? D_NET : D_ERROR, in client_bulk_callback()
296 CDEBUG((ev->status == 0) ? D_NET : D_ERROR, in request_in_callback()
Dimport.c345 DEBUG_REQ(D_ERROR, req, in ptlrpc_invalidate_import()
353 DEBUG_REQ(D_ERROR, req, in ptlrpc_invalidate_import()
599 DEBUG_REQ(D_ERROR, req, in ptlrpc_first_transno()
610 DEBUG_REQ(D_ERROR, req, "zero transno in replay_list"); in ptlrpc_first_transno()
Dservice.c882 DEBUG_REQ(D_ERROR, req, "Invalid replay without recovery"); in ptlrpc_check_req()
886 DEBUG_REQ(D_ERROR, req, in ptlrpc_check_req()
1101 DEBUG_REQ(D_ERROR, req, "Early reply send failed %d", rc); in ptlrpc_at_send_early_reply()
1534 DEBUG_REQ(D_ERROR, req, "DROPPING req with illegal security flavor,"); in ptlrpc_server_handle_req_in()
1554 DEBUG_REQ(D_ERROR, req, "Dropping request with 0 timeout"); in ptlrpc_server_handle_req_in()
1652 …DEBUG_REQ(D_ERROR, request, "Dropping timed-out request from %s: deadline " CFS_DURATION_T ":" CFS… in ptlrpc_server_handle_request()
Dsec.c1867 DEBUG_REQ(D_ERROR, req, "faked source CLI"); in sptlrpc_svc_check_from()
1873 DEBUG_REQ(D_ERROR, req, "faked source MDT"); in sptlrpc_svc_check_from()
1879 DEBUG_REQ(D_ERROR, req, "faked source OST"); in sptlrpc_svc_check_from()
1887 DEBUG_REQ(D_ERROR, req, "faked source MGC/MGS"); in sptlrpc_svc_check_from()
1893 DEBUG_REQ(D_ERROR, req, "invalid source %u", req->rq_sp_from); in sptlrpc_svc_check_from()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c826 ldlm_resource_dump(D_ERROR, res); in ldlm_resource_complain()
1189 ldlm_resource_dump(D_ERROR, res); in __ldlm_resource_putref_final()
1194 ldlm_resource_dump(D_ERROR, res); in __ldlm_resource_putref_final()
1306 if (!((libcfs_debug | D_ERROR) & level)) in ldlm_dump_all_namespaces()
1341 if (!((libcfs_debug | D_ERROR) & level)) in ldlm_namespace_dump()
1369 if (!((libcfs_debug | D_ERROR) & level)) in ldlm_resource_dump()
Dldlm_request.c933 CDEBUG_LIMIT(rc == -ESHUTDOWN ? D_DLMTRACE : D_ERROR, in ldlm_cli_cancel_req()
1563 CDEBUG_LIMIT(res == -ESHUTDOWN ? D_DLMTRACE : D_ERROR, in ldlm_cli_cancel_list()
/drivers/staging/lustre/lustre/osc/
Dosc_io.c358 CL_PAGE_DEBUG(D_ERROR, env, page, "exists %llu/%s.\n", in trunc_check_cb()
764 CL_LOCK_DEBUG(D_ERROR, env, scan, in osc_req_attr_set()
766 CL_PAGE_DEBUG(D_ERROR, env, apage, in osc_req_attr_set()
Dosc_cache.c132 OSC_EXTENT_DUMP(D_ERROR, (ext), fmt, ##args); \
133 osc_extent_tree_dump(D_ERROR, (ext)->oe_obj); \
292 OSC_EXTENT_DUMP(D_ERROR, ext, in osc_extent_sanity_check0()
930 OSC_EXTENT_DUMP(D_ERROR, ext, in osc_extent_wait()
2402 OSC_EXTENT_DUMP(D_ERROR, ext, "trunc at %lu.\n", in osc_teardown_async_page()
2434 osc_extent_tree_dump(D_ERROR, obj); in osc_flush_async_page()
2441 CL_PAGE_DEBUG(D_ERROR, env, cl_page_top(cp), in osc_flush_async_page()
2697 OSC_EXTENT_DUMP(D_ERROR, ext, in osc_cache_truncate_start()
2916 OSC_EXTENT_DUMP(D_ERROR, ext, in osc_cache_writeback_range()
Dosc_lock.c816 CL_LOCK_DEBUG(D_ERROR, env, lock, in osc_ldlm_completion_ast()
1329 CL_LOCK_DEBUG(D_ERROR, env, lock, in osc_lock_cancel()
/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tracefile.c246 } else if ((mask & D_ERROR) != 0) { in cfs_print_to_console()
/drivers/staging/lustre/lustre/libcfs/
Ddebug.c341 case D_ERROR: in libcfs_debug_dbg2str()
Dtracefile.c314 mask |= D_ERROR; in libcfs_debug_vmsg2()
328 mask |= D_ERROR; in libcfs_debug_vmsg2()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c594 DEBUG_REQ(D_ERROR, req, in mdc_replay_open()
684 DEBUG_REQ(D_ERROR, open_req, in mdc_set_open_replay_data()
714 DEBUG_REQ(D_ERROR, open_req, in mdc_set_open_replay_data()
861 DEBUG_REQ(D_ERROR, req, in mdc_close()
Dmdc_reint.c158 DEBUG_REQ(D_ERROR, req, "Can't allocate md_open_data"); in mdc_setattr()
Dmdc_locks.c240 DEBUG_REQ(D_ERROR, req, "transno returned on error rc %d", rc); in mdc_clear_replay_flag()
871 CDEBUG_LIMIT((rc == -EACCES || rc == -EIDRM) ? D_INFO : D_ERROR, in mdc_enqueue()
/drivers/staging/lustre/lustre/llite/
Dvvp_page.c370 CL_PAGE_DEBUG(D_ERROR, env, pg, "Unexpecting page state %d.\n", in vvp_page_make_ready()
/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h1015 #define LDLM_ERROR(lock, fmt, a...) LDLM_DEBUG_LIMIT(D_ERROR, lock, fmt, ## a)

12