Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dinode.c2258 #define BH_FLAGS ((1 << BH_Unwritten) | (1 << BH_Delay)) macro
2302 map->m_flags = bh->b_state & BH_FLAGS; in mpage_add_bh_to_extent()
2312 (bh->b_state & BH_FLAGS) == map->m_flags) { in mpage_add_bh_to_extent()