Lines Matching refs:gflags
2106 const unsigned long *gflags = &gl->gl_flags; in gflags2str() local
2109 if (test_bit(GLF_LOCK, gflags)) in gflags2str()
2111 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str()
2113 if (test_bit(GLF_PENDING_DEMOTE, gflags)) in gflags2str()
2115 if (test_bit(GLF_DEMOTE_IN_PROGRESS, gflags)) in gflags2str()
2117 if (test_bit(GLF_DIRTY, gflags)) in gflags2str()
2119 if (test_bit(GLF_LFLUSH, gflags)) in gflags2str()
2121 if (test_bit(GLF_INVALIDATE_IN_PROGRESS, gflags)) in gflags2str()
2123 if (test_bit(GLF_REPLY_PENDING, gflags)) in gflags2str()
2125 if (test_bit(GLF_INITIAL, gflags)) in gflags2str()
2127 if (test_bit(GLF_FROZEN, gflags)) in gflags2str()
2131 if (test_bit(GLF_LRU, gflags)) in gflags2str()
2135 if (test_bit(GLF_BLOCKING, gflags)) in gflags2str()
2137 if (test_bit(GLF_INODE_CREATING, gflags)) in gflags2str()
2139 if (test_bit(GLF_PENDING_DELETE, gflags)) in gflags2str()
2141 if (test_bit(GLF_FREEING, gflags)) in gflags2str()