Home
last modified time | relevance | path

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

/freebsd/sys/geom/union/
H A Dg_union.c836 G_UNION_LOGREQ(cbp, "Delete request received."); in g_union_start()
840 G_UNION_LOGREQ(cbp, "Getattr request received."); in g_union_start()
848 G_UNION_LOGREQ(cbp, "Flush request received."); in g_union_start()
852 G_UNION_LOGREQ(cbp, "Speedup request received."); in g_union_start()
856 G_UNION_LOGREQ(cbp, "Cmd0 request received."); in g_union_start()
860 G_UNION_LOGREQ(cbp, "Cmd1 request received."); in g_union_start()
864 G_UNION_LOGREQ(cbp, "Cmd2 request received."); in g_union_start()
868 G_UNION_LOGREQ(cbp, "Unknown (%d) request received.", in g_union_start()
956 G_UNION_LOGREQ(cbp, "Sending %jd byte write request to upper " in g_union_doio()
H A Dg_union.h45 #define G_UNION_LOGREQ(bp, ...) G_UNION_LOGREQLVL(3, (bp), __VA_ARGS__) macro