Searched refs:go_flags (Results 1 – 4 of 4) sorted by relevance
596 .go_flags = GLOF_ASPACE | GLOF_LRU,606 .go_flags = GLOF_LVB,619 .go_flags = GLOF_LRU,624 .go_flags = GLOF_LRU,633 .go_flags = GLOF_LVB | GLOF_LRU,
174 if (gl->gl_ops->go_flags & GLOF_ASPACE) in gfs2_glock2aspace()
128 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_glock_dealloc()184 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_add_to_lru()202 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_remove_from_lru()812 if (glops->go_flags & GLOF_ASPACE) in gfs2_glock_get()822 if (glops->go_flags & GLOF_LVB) { in gfs2_glock_get()
247 const unsigned long go_flags; member