Searched refs:go_flags (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | glops.c | 724 .go_flags = GLOF_NONDISK, 735 .go_flags = GLOF_ASPACE | GLOF_LRU | GLOF_LVB, 745 .go_flags = GLOF_LVB, 753 .go_flags = GLOF_NONDISK, 760 .go_flags = GLOF_LRU | GLOF_NONDISK, 766 .go_flags = GLOF_LRU | GLOF_NONDISK, 771 .go_flags = GLOF_NONDISK, 777 .go_flags = GLOF_LVB | GLOF_LRU | GLOF_NONDISK, 782 .go_flags = GLOF_NONDISK,
|
H A D | glock.c | 134 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_glock_dealloc() 161 if (gl->gl_ops->go_flags & GLOF_NONDISK) in glock_blocked_by_withdraw() 244 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_add_to_lru() 261 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_remove_from_lru() 1205 if (glops->go_flags & GLOF_ASPACE) { in gfs2_glock_get() 1219 if (glops->go_flags & GLOF_LVB) { in gfs2_glock_get() 2394 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_dump_glock()
|
H A D | glock.h | 176 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_glock2aspace()
|
H A D | incore.h | 230 const unsigned long go_flags; member
|
/openbmc/linux/Documentation/filesystems/ |
H A D | gfs2-glocks.rst | 72 go_flags GLOF_ASPACE is set, if the glock has an address space
|