Searched refs:BH_New (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/affs/
H A Dfile.c603 bh->b_state &= ~(1UL << BH_New);
754 bh->b_state &= ~(1UL << BH_New);
788 bh->b_state &= ~(1UL << BH_New);
/linux-master/include/linux/
H A Dbuffer_head.h26 BH_New, /* Disk mapping was newly created by get_block */ enumerator in enum:bh_state_bits
/linux-master/fs/
H A Dbuffer.c1558 (1 << BH_Mapped | 1 << BH_New | 1 << BH_Req | \
/linux-master/include/trace/events/
H A Dext4.h59 TRACE_DEFINE_ENUM(BH_New); variable
/linux-master/fs/ext4/
H A Dext4.h251 #define EXT4_MAP_NEW BIT(BH_New)

Completed in 160 milliseconds