Lines Matching refs:gflags
2112 const unsigned long *gflags = &gl->gl_flags; in gflags2str() local
2115 if (test_bit(GLF_LOCK, gflags)) in gflags2str()
2117 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str()
2119 if (test_bit(GLF_PENDING_DEMOTE, gflags)) in gflags2str()
2121 if (test_bit(GLF_DEMOTE_IN_PROGRESS, gflags)) in gflags2str()
2123 if (test_bit(GLF_DIRTY, gflags)) in gflags2str()
2125 if (test_bit(GLF_LFLUSH, gflags)) in gflags2str()
2127 if (test_bit(GLF_INVALIDATE_IN_PROGRESS, gflags)) in gflags2str()
2129 if (test_bit(GLF_REPLY_PENDING, gflags)) in gflags2str()
2131 if (test_bit(GLF_INITIAL, gflags)) in gflags2str()
2133 if (test_bit(GLF_FROZEN, gflags)) in gflags2str()
2137 if (test_bit(GLF_LRU, gflags)) in gflags2str()
2141 if (test_bit(GLF_BLOCKING, gflags)) in gflags2str()
2143 if (test_bit(GLF_PENDING_DELETE, gflags)) in gflags2str()
2145 if (test_bit(GLF_FREEING, gflags)) in gflags2str()