Searched refs:go_flags (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/gfs2/ |
A D | glops.c | 732 .go_flags = GLOF_NONDISK, 743 .go_flags = GLOF_ASPACE | GLOF_LRU | GLOF_LVB, 753 .go_flags = GLOF_LVB, 761 .go_flags = GLOF_NONDISK, 768 .go_flags = GLOF_LRU | GLOF_NONDISK, 774 .go_flags = GLOF_LRU | GLOF_NONDISK, 779 .go_flags = GLOF_NONDISK, 785 .go_flags = GLOF_LVB | GLOF_LRU | GLOF_NONDISK, 790 .go_flags = GLOF_NONDISK,
|
A D | glock.h | 185 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_glock2aspace()
|
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() 218 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_add_to_lru() 235 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_remove_from_lru() 1165 if (glops->go_flags & GLOF_ASPACE) { in gfs2_glock_get() 1179 if (glops->go_flags & GLOF_LVB) { in gfs2_glock_get() 2357 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_dump_glock()
|
A D | incore.h | 230 const unsigned long go_flags; member
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | gfs2-glocks.rst | 73 go_flags GLOF_ASPACE is set, if the glock has an address space
|
Completed in 15 milliseconds