Lines Matching refs:gflags
2277 const unsigned long *gflags = &gl->gl_flags; in gflags2str() local
2280 if (test_bit(GLF_LOCK, gflags)) in gflags2str()
2282 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str()
2284 if (test_bit(GLF_PENDING_DEMOTE, gflags)) in gflags2str()
2286 if (test_bit(GLF_DEMOTE_IN_PROGRESS, gflags)) in gflags2str()
2288 if (test_bit(GLF_DIRTY, gflags)) in gflags2str()
2290 if (test_bit(GLF_LFLUSH, gflags)) in gflags2str()
2292 if (test_bit(GLF_INVALIDATE_IN_PROGRESS, gflags)) in gflags2str()
2294 if (test_bit(GLF_REPLY_PENDING, gflags)) in gflags2str()
2296 if (test_bit(GLF_INITIAL, gflags)) in gflags2str()
2298 if (test_bit(GLF_FROZEN, gflags)) in gflags2str()
2302 if (test_bit(GLF_LRU, gflags)) in gflags2str()
2306 if (test_bit(GLF_BLOCKING, gflags)) in gflags2str()
2308 if (test_bit(GLF_FREEING, gflags)) in gflags2str()
2310 if (test_bit(GLF_INSTANTIATE_NEEDED, gflags)) in gflags2str()
2312 if (test_bit(GLF_INSTANTIATE_IN_PROG, gflags)) in gflags2str()
2314 if (test_bit(GLF_TRY_TO_EVICT, gflags)) in gflags2str()
2316 if (test_bit(GLF_VERIFY_EVICT, gflags)) in gflags2str()