Home
last modified time | relevance | path

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

/linux-6.1.9/fs/gfs2/
Dglops.c730 .go_flags = GLOF_NONDISK,
759 .go_flags = GLOF_NONDISK,
767 .go_flags = GLOF_LRU | GLOF_NONDISK,
773 .go_flags = GLOF_LRU | GLOF_NONDISK,
778 .go_flags = GLOF_NONDISK,
784 .go_flags = GLOF_LVB | GLOF_LRU | GLOF_NONDISK,
789 .go_flags = GLOF_NONDISK,
Dincore.h234 #define GLOF_NONDISK 8 /* not I/O related */ macro
Dglock.c162 if (gl->gl_ops->go_flags & GLOF_NONDISK) in glock_blocked_by_withdraw()