Home
last modified time | relevance | path

Searched refs:G_RAID3_LOGREQ (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/raid3/
H A Dg_raid3.c1128 G_RAID3_LOGREQ(3, cbp, "Sending request."); in g_raid3_scatter()
1189 G_RAID3_LOGREQ(0, cbp, "Request failed (error=%d).", in g_raid3_gather()
1192 G_RAID3_LOGREQ(1, cbp, "Request failed (error=%d).", in g_raid3_gather()
1234 G_RAID3_LOGREQ(3, fbp, "Sending request (recover)."); in g_raid3_gather()
1274 G_RAID3_LOGREQ(3, pbp, "Request finished."); in g_raid3_gather()
1277 G_RAID3_LOGREQ(1, pbp, "Verification error."); in g_raid3_gather()
1279 G_RAID3_LOGREQ(0, pbp, "Request failed."); in g_raid3_gather()
1294 G_RAID3_LOGREQ(3, bp, "Regular request done (error=%d).", bp->bio_error); in g_raid3_done()
1323 G_RAID3_LOGREQ(3, cbp, "Request finished."); in g_raid3_regular_request()
1363 G_RAID3_LOGREQ( in g_raid3_regular_request()
[all...]
H A Dg_raid3.h72 #define G_RAID3_LOGREQ(lvl, bp, ...) \ macro