Lines Matching refs:gflags
1650 const unsigned long *gflags = &gl->gl_flags; in gflags2str() local
1653 if (test_bit(GLF_LOCK, gflags)) in gflags2str()
1655 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str()
1657 if (test_bit(GLF_PENDING_DEMOTE, gflags)) in gflags2str()
1659 if (test_bit(GLF_DEMOTE_IN_PROGRESS, gflags)) in gflags2str()
1661 if (test_bit(GLF_DIRTY, gflags)) in gflags2str()
1663 if (test_bit(GLF_LFLUSH, gflags)) in gflags2str()
1665 if (test_bit(GLF_INVALIDATE_IN_PROGRESS, gflags)) in gflags2str()
1667 if (test_bit(GLF_REPLY_PENDING, gflags)) in gflags2str()
1669 if (test_bit(GLF_INITIAL, gflags)) in gflags2str()
1671 if (test_bit(GLF_FROZEN, gflags)) in gflags2str()
1673 if (test_bit(GLF_QUEUED, gflags)) in gflags2str()
1675 if (test_bit(GLF_LRU, gflags)) in gflags2str()
1679 if (test_bit(GLF_BLOCKING, gflags)) in gflags2str()