Lines Matching refs:gflags
1727 const unsigned long *gflags = &gl->gl_flags; in gflags2str() local
1730 if (test_bit(GLF_LOCK, gflags)) in gflags2str()
1732 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str()
1734 if (test_bit(GLF_PENDING_DEMOTE, gflags)) in gflags2str()
1736 if (test_bit(GLF_DEMOTE_IN_PROGRESS, gflags)) in gflags2str()
1738 if (test_bit(GLF_DIRTY, gflags)) in gflags2str()
1740 if (test_bit(GLF_LFLUSH, gflags)) in gflags2str()
1742 if (test_bit(GLF_INVALIDATE_IN_PROGRESS, gflags)) in gflags2str()
1744 if (test_bit(GLF_REPLY_PENDING, gflags)) in gflags2str()
1746 if (test_bit(GLF_INITIAL, gflags)) in gflags2str()
1748 if (test_bit(GLF_FROZEN, gflags)) in gflags2str()
1750 if (test_bit(GLF_QUEUED, gflags)) in gflags2str()
1752 if (test_bit(GLF_LRU, gflags)) in gflags2str()
1756 if (test_bit(GLF_BLOCKING, gflags)) in gflags2str()