Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dbuffer_head.h33 BH_Delay, /* Buffer is not yet allocated on disk */ enumerator
/linux-4.19.296/fs/
Dbuffer.c1432 1 << BH_Delay | 1 << BH_Unwritten)
/linux-4.19.296/fs/ext4/
Dinode.c2258 #define BH_FLAGS ((1 << BH_Unwritten) | (1 << BH_Delay))
2490 if (map->m_flags & (1 << BH_Delay)) in mpage_map_one_extent()
/linux-4.19.296/fs/nilfs2/
Dsegment.c1894 BIT(BH_Delay) | BIT(BH_NILFS_Volatile) | in nilfs_segctor_complete_write()