We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2014c95 commit 5788253Copy full SHA for 5788253
fs/gfs2/trace_gfs2.h
@@ -58,7 +58,12 @@
58
{(1UL << GLF_HAVE_FROZEN_REPLY), "F" }, \
59
{(1UL << GLF_LRU), "L" }, \
60
{(1UL << GLF_OBJECT), "o" }, \
61
- {(1UL << GLF_BLOCKING), "b" })
+ {(1UL << GLF_BLOCKING), "b" }, \
62
+ {(1UL << GLF_UNLOCKED), "x" }, \
63
+ {(1UL << GLF_INSTANTIATE_NEEDED), "n" }, \
64
+ {(1UL << GLF_INSTANTIATE_IN_PROG), "N" }, \
65
+ {(1UL << GLF_TRY_TO_EVICT), "e" }, \
66
+ {(1UL << GLF_VERIFY_DELETE), "E" })
67
68
#ifndef NUMPTY
69
#define NUMPTY
0 commit comments