Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Dmeta_io.h76 ((bh)->b_state & ((1ul << BH_Dirty) | (1ul << BH_Lock) | (1ul << BH_Pinned)))
Dincore.h154 BH_Pinned = BH_PrivateStart, enumerator
Dglops.c63 const unsigned long b_state = (1UL << BH_Dirty)|(1UL << BH_Pinned)|(1UL << BH_Lock); in __gfs2_ail_flush()