Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbuffer_head.h32 BH_Unwritten, /* Buffer is allocated on disk but not written */ enumerator
/linux-6.15/fs/
H A Dbuffer.c1606 1 << BH_Delay | 1 << BH_Unwritten)
/linux-6.15/fs/ext4/
H A Dext4.h256 #define EXT4_MAP_UNWRITTEN BIT(BH_Unwritten)
H A Dinode.c1944 #define BH_FLAGS (BIT(BH_Unwritten) | BIT(BH_Delay))
/linux-6.15/include/trace/events/
H A Dext4.h61 TRACE_DEFINE_ENUM(BH_Unwritten);