Home
last modified time | relevance | path

Searched refs:GLOF_NONDISK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Dglops.c724 .go_flags = GLOF_NONDISK,
753 .go_flags = GLOF_NONDISK,
760 .go_flags = GLOF_LRU | GLOF_NONDISK,
766 .go_flags = GLOF_LRU | GLOF_NONDISK,
771 .go_flags = GLOF_NONDISK,
777 .go_flags = GLOF_LVB | GLOF_LRU | GLOF_NONDISK,
782 .go_flags = GLOF_NONDISK,
H A Dincore.h234 #define GLOF_NONDISK 8 /* not I/O related */ macro
H A Dglock.c161 if (gl->gl_ops->go_flags & GLOF_NONDISK) in glock_blocked_by_withdraw()