Lines Matching refs:gflags
1598 const unsigned long *gflags = &gl->gl_flags; in gflags2str() local
1601 if (test_bit(GLF_LOCK, gflags)) in gflags2str()
1603 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str()
1605 if (test_bit(GLF_PENDING_DEMOTE, gflags)) in gflags2str()
1607 if (test_bit(GLF_DEMOTE_IN_PROGRESS, gflags)) in gflags2str()
1609 if (test_bit(GLF_DIRTY, gflags)) in gflags2str()
1611 if (test_bit(GLF_LFLUSH, gflags)) in gflags2str()
1613 if (test_bit(GLF_INVALIDATE_IN_PROGRESS, gflags)) in gflags2str()
1615 if (test_bit(GLF_REPLY_PENDING, gflags)) in gflags2str()
1617 if (test_bit(GLF_INITIAL, gflags)) in gflags2str()
1619 if (test_bit(GLF_FROZEN, gflags)) in gflags2str()
1621 if (test_bit(GLF_QUEUED, gflags)) in gflags2str()
1623 if (test_bit(GLF_LRU, gflags)) in gflags2str()
1627 if (test_bit(GLF_BLOCKING, gflags)) in gflags2str()