Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dmeta_io.h78 ((bh)->b_state & ((1ul << BH_Dirty) | (1ul << BH_Lock) | (1ul << BH_Pinned)))
H A Dincore.h131 BH_Pinned = BH_PrivateStart, enumerator
H A Dglops.c66 const unsigned long b_state = (1UL << BH_Dirty)|(1UL << BH_Pinned)|(1UL << BH_Lock); in __gfs2_ail_flush()