Searched refs:go_flags (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/gfs2/
H A Dglops.c710 .go_flags = GLOF_NONDISK,
721 .go_flags = GLOF_ASPACE | GLOF_LRU | GLOF_LVB,
731 .go_flags = GLOF_LVB,
738 .go_flags = GLOF_NONDISK,
745 .go_flags = GLOF_LRU | GLOF_NONDISK,
751 .go_flags = GLOF_LRU | GLOF_NONDISK,
756 .go_flags = GLOF_NONDISK,
762 .go_flags = GLOF_LVB | GLOF_LRU | GLOF_NONDISK,
767 .go_flags = GLOF_NONDISK,
H A Dglock.h162 if (gl->gl_ops->go_flags & GLOF_ASPACE) {
H A Dglock.c134 if (gl->gl_ops->go_flags & GLOF_ASPACE) {
161 if (gl->gl_ops->go_flags & GLOF_NONDISK)
218 if (!(gl->gl_ops->go_flags & GLOF_LRU))
235 if (!(gl->gl_ops->go_flags & GLOF_LRU))
1182 if (glops->go_flags & GLOF_ASPACE) {
1196 if (glops->go_flags & GLOF_LVB) {
2382 if (gl->gl_ops->go_flags & GLOF_ASPACE) {
H A Dincore.h230 const unsigned long go_flags; member in struct:gfs2_glock_operations

Completed in 110 milliseconds