Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglops.c746 .go_flags = GLOF_NONDISK,
774 .go_flags = GLOF_NONDISK,
781 .go_flags = GLOF_LRU | GLOF_NONDISK,
787 .go_flags = GLOF_LRU | GLOF_NONDISK,
792 .go_flags = GLOF_NONDISK,
798 .go_flags = GLOF_LVB | GLOF_LRU | GLOF_NONDISK,
803 .go_flags = GLOF_NONDISK,
H A Dincore.h256 #define GLOF_NONDISK 8 /* not I/O related */ macro
H A Dglock.c154 if (gl->gl_ops->go_flags & GLOF_NONDISK) in glock_blocked_by_withdraw()