Home
last modified time | relevance | path

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

/fs/gfs2/
Dglops.c569 .go_flags = GLOF_ASPACE | GLOF_LRU,
579 .go_flags = GLOF_LVB,
592 .go_flags = GLOF_LRU,
597 .go_flags = GLOF_LRU,
606 .go_flags = GLOF_LVB | GLOF_LRU,
Dglock.h176 if (gl->gl_ops->go_flags & GLOF_ASPACE) in gfs2_glock2aspace()
Dglock.c87 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_glock_dealloc()
680 if (glops->go_flags & GLOF_ASPACE) in gfs2_glock_get()
690 if (glops->go_flags & GLOF_LVB) { in gfs2_glock_get()
1052 (glops->go_flags & GLOF_LRU)) in gfs2_glock_dq()
Dincore.h228 const unsigned long go_flags; member