Searched refs:go_flags (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/gfs2/ |
| A D | glops.c | 702 .go_flags = GLOF_NONDISK, 712 .go_flags = GLOF_ASPACE | GLOF_LVB, 722 .go_flags = GLOF_LVB, 729 .go_flags = GLOF_NONDISK, 736 .go_flags = GLOF_NONDISK, 742 .go_flags = GLOF_NONDISK, 747 .go_flags = GLOF_NONDISK, 753 .go_flags = GLOF_LVB | GLOF_NONDISK, 758 .go_flags = GLOF_NONDISK,
|
| A D | glock.h | 162 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_glock2aspace()
|
| A D | glock.c | 132 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_glock_dealloc() 159 if (gl->gl_ops->go_flags & GLOF_NONDISK) in glock_blocked_by_withdraw() 1193 if (glops->go_flags & GLOF_ASPACE) { in gfs2_glock_get() 1207 if (glops->go_flags & GLOF_LVB) { in gfs2_glock_get() 2408 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_dump_glock()
|
| A D | incore.h | 229 const unsigned long go_flags; member
|
| /linux/Documentation/filesystems/ |
| A D | gfs2-glocks.rst | 71 go_flags GLOF_ASPACE is set, if the glock has an address space
|
Completed in 18 milliseconds