Searched refs:go_flags (Results 1 - 4 of 4) sorted by last modified time

/linux-master/fs/gfs2/
H A Dincore.h230 const unsigned long go_flags; member in struct:gfs2_glock_operations
H A Dglops.c719 .go_flags = GLOF_NONDISK,
730 .go_flags = GLOF_ASPACE | GLOF_LRU | GLOF_LVB,
740 .go_flags = GLOF_LVB,
747 .go_flags = GLOF_NONDISK,
754 .go_flags = GLOF_LRU | GLOF_NONDISK,
760 .go_flags = GLOF_LRU | GLOF_NONDISK,
765 .go_flags = GLOF_NONDISK,
771 .go_flags = GLOF_LVB | GLOF_LRU | GLOF_NONDISK,
776 .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)
244 if (!(gl->gl_ops->go_flags & GLOF_LRU))
261 if (!(gl->gl_ops->go_flags & GLOF_LRU))
1222 if (glops->go_flags & GLOF_ASPACE) {
1236 if (glops->go_flags & GLOF_LVB) {
2425 if (gl->gl_ops->go_flags & GLOF_ASPACE) {

Completed in 165 milliseconds