Searched refs:go_flags (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | glops.c | 746 .go_flags = GLOF_NONDISK, 756 .go_flags = GLOF_ASPACE | GLOF_LRU | GLOF_LVB, 766 .go_flags = GLOF_LVB, 774 .go_flags = GLOF_NONDISK, 781 .go_flags = GLOF_LRU | GLOF_NONDISK, 787 .go_flags = GLOF_LRU | GLOF_NONDISK, 792 .go_flags = GLOF_NONDISK, 798 .go_flags = GLOF_LVB | GLOF_LRU | GLOF_NONDISK, 803 .go_flags = GLOF_NONDISK,
|
| H A D | glock.c | 129 if (gl->gl_ops->go_flags & GLOF_ASPACE) in gfs2_glock_dealloc() 154 if (gl->gl_ops->go_flags & GLOF_NONDISK) in glock_blocked_by_withdraw() 210 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_add_to_lru() 228 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_remove_from_lru() 1034 if (glops->go_flags & GLOF_ASPACE) in gfs2_glock_get() 1044 if (glops->go_flags & GLOF_LVB) { in gfs2_glock_get() 2175 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_dump_glock()
|
| H A D | glock.h | 174 if (gl->gl_ops->go_flags & GLOF_ASPACE) in gfs2_glock2aspace()
|
| H A D | incore.h | 252 const unsigned long go_flags; member
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | gfs2-glocks.rst | 73 go_flags GLOF_ASPACE is set, if the glock has an address space
|