Lines Matching refs:gflags
2084 const unsigned long *gflags = &gl->gl_flags; in gflags2str() local
2087 if (test_bit(GLF_LOCK, gflags)) in gflags2str()
2089 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str()
2091 if (test_bit(GLF_PENDING_DEMOTE, gflags)) in gflags2str()
2093 if (test_bit(GLF_DEMOTE_IN_PROGRESS, gflags)) in gflags2str()
2095 if (test_bit(GLF_DIRTY, gflags)) in gflags2str()
2097 if (test_bit(GLF_LFLUSH, gflags)) in gflags2str()
2099 if (test_bit(GLF_INVALIDATE_IN_PROGRESS, gflags)) in gflags2str()
2101 if (test_bit(GLF_REPLY_PENDING, gflags)) in gflags2str()
2103 if (test_bit(GLF_INITIAL, gflags)) in gflags2str()
2105 if (test_bit(GLF_FROZEN, gflags)) in gflags2str()
2109 if (test_bit(GLF_LRU, gflags)) in gflags2str()
2113 if (test_bit(GLF_BLOCKING, gflags)) in gflags2str()
2115 if (test_bit(GLF_INODE_CREATING, gflags)) in gflags2str()
2117 if (test_bit(GLF_PENDING_DELETE, gflags)) in gflags2str()
2119 if (test_bit(GLF_FREEING, gflags)) in gflags2str()