Home
last modified time | relevance | path

Searched refs:go_flags (Results 1 – 4 of 4) sorted by relevance

/fs/gfs2/
Dglops.c596 .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,
Dglock.h174 if (gl->gl_ops->go_flags & GLOF_ASPACE) in gfs2_glock2aspace()
Dglock.c128 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()
Dincore.h247 const unsigned long go_flags; member