Searched refs:go_flags (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/gfs2/ |
D | glops.c | 730 .go_flags = GLOF_NONDISK, 741 .go_flags = GLOF_ASPACE | GLOF_LRU | GLOF_LVB, 751 .go_flags = GLOF_LVB, 759 .go_flags = GLOF_NONDISK, 767 .go_flags = GLOF_LRU | GLOF_NONDISK, 773 .go_flags = GLOF_LRU | GLOF_NONDISK, 778 .go_flags = GLOF_NONDISK, 784 .go_flags = GLOF_LVB | GLOF_LRU | GLOF_NONDISK, 789 .go_flags = GLOF_NONDISK,
|
D | glock.c | 135 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_glock_dealloc() 162 if (gl->gl_ops->go_flags & GLOF_NONDISK) in glock_blocked_by_withdraw() 224 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_add_to_lru() 241 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_remove_from_lru() 1173 if (glops->go_flags & GLOF_ASPACE) { in gfs2_glock_get() 1187 if (glops->go_flags & GLOF_LVB) { in gfs2_glock_get() 2424 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_dump_glock()
|
D | glock.h | 188 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_glock2aspace()
|
D | incore.h | 230 const unsigned long go_flags; member
|
/linux-6.1.9/Documentation/filesystems/ |
D | gfs2-glocks.rst | 73 go_flags GLOF_ASPACE is set, if the glock has an address space
|