Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A Dglops.c709 .go_flags = GLOF_NONDISK,
736 .go_flags = GLOF_NONDISK,
743 .go_flags = GLOF_NONDISK,
749 .go_flags = GLOF_NONDISK,
754 .go_flags = GLOF_NONDISK,
760 .go_flags = GLOF_LVB | GLOF_NONDISK,
765 .go_flags = GLOF_NONDISK,
H A Dincore.h232 #define GLOF_NONDISK 8 /* not I/O related */ macro
H A Dglock.c159 if (gl->gl_ops->go_flags & GLOF_NONDISK) in glock_blocked_by_withdraw()