Lines Matching refs:gflags
1829 const unsigned long *gflags = &gl->gl_flags; in gflags2str() local
1832 if (test_bit(GLF_LOCK, gflags)) in gflags2str()
1834 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str()
1836 if (test_bit(GLF_PENDING_DEMOTE, gflags)) in gflags2str()
1838 if (test_bit(GLF_DEMOTE_IN_PROGRESS, gflags)) in gflags2str()
1840 if (test_bit(GLF_DIRTY, gflags)) in gflags2str()
1842 if (test_bit(GLF_LFLUSH, gflags)) in gflags2str()
1844 if (test_bit(GLF_INVALIDATE_IN_PROGRESS, gflags)) in gflags2str()
1846 if (test_bit(GLF_REPLY_PENDING, gflags)) in gflags2str()
1848 if (test_bit(GLF_INITIAL, gflags)) in gflags2str()
1850 if (test_bit(GLF_FROZEN, gflags)) in gflags2str()
1852 if (test_bit(GLF_QUEUED, gflags)) in gflags2str()
1854 if (test_bit(GLF_LRU, gflags)) in gflags2str()
1858 if (test_bit(GLF_BLOCKING, gflags)) in gflags2str()