Home
last modified time | relevance | path

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

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