Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dinode.c1908 #define BH_FLAGS (BIT(BH_Unwritten) | BIT(BH_Delay)) macro
1952 map->m_flags = bh->b_state & BH_FLAGS; in mpage_add_bh_to_extent()
1962 (bh->b_state & BH_FLAGS) == map->m_flags) { in mpage_add_bh_to_extent()