Lines Matching refs:gflags
1830 const unsigned long *gflags = &gl->gl_flags; in gflags2str() local
1833 if (test_bit(GLF_LOCK, gflags)) in gflags2str()
1835 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str()
1837 if (test_bit(GLF_PENDING_DEMOTE, gflags)) in gflags2str()
1839 if (test_bit(GLF_DEMOTE_IN_PROGRESS, gflags)) in gflags2str()
1841 if (test_bit(GLF_DIRTY, gflags)) in gflags2str()
1843 if (test_bit(GLF_LFLUSH, gflags)) in gflags2str()
1845 if (test_bit(GLF_INVALIDATE_IN_PROGRESS, gflags)) in gflags2str()
1847 if (test_bit(GLF_REPLY_PENDING, gflags)) in gflags2str()
1849 if (test_bit(GLF_INITIAL, gflags)) in gflags2str()
1851 if (test_bit(GLF_FROZEN, gflags)) in gflags2str()
1853 if (test_bit(GLF_QUEUED, gflags)) in gflags2str()
1855 if (test_bit(GLF_LRU, gflags)) in gflags2str()
1859 if (test_bit(GLF_BLOCKING, gflags)) in gflags2str()