Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dmeta_io.h79 ((bh)->b_state & ((1ul << BH_Dirty) | (1ul << BH_Lock) | (1ul << BH_Pinned)))
Dincore.h153 BH_Pinned = BH_PrivateStart, enumerator
Dglops.c62 const unsigned long b_state = (1UL << BH_Dirty)|(1UL << BH_Pinned)|(1UL << BH_Lock); in __gfs2_ail_flush()