Home
last modified time | relevance | path

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

/linux-4.1.27/fs/affs/
Dfile.c583 bh->b_state &= ~(1UL << BH_New); in affs_extent_file_ofs()
733 bh->b_state &= ~(1UL << BH_New); in affs_write_end_ofs()
767 bh->b_state &= ~(1UL << BH_New); in affs_write_end_ofs()
/linux-4.1.27/include/linux/
Dbuffer_head.h29 BH_New, /* Disk mapping was newly created by get_block */ enumerator
/linux-4.1.27/fs/ext4/
Dext4.h157 #define EXT4_MAP_NEW (1 << BH_New)
/linux-4.1.27/fs/
Dbuffer.c1472 (1 << BH_Mapped | 1 << BH_New | 1 << BH_Req | \