Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nilfs2/
Dpage.c39 ((1UL << BH_Uptodate) | (1UL << BH_Mapped) | (1UL << BH_NILFS_Node) | \
93 (1 << BH_Uptodate | 1 << BH_Dirty | 1 << BH_Mapped | in nilfs_forget_buffer()
132 bits = sbh->b_state & ((1UL << BH_Uptodate) | (1UL << BH_Mapped)); in nilfs_copy_buffer()
142 if (bits & (1UL << BH_Mapped)) in nilfs_copy_buffer()
423 (1 << BH_Uptodate | 1 << BH_Dirty | 1 << BH_Mapped | in nilfs_clear_dirty_page()
/linux-4.1.27/include/linux/
Dbuffer_head.h28 BH_Mapped, /* Has a disk mapping */ enumerator
/linux-4.1.27/fs/ext4/
Dext4.h158 #define EXT4_MAP_MAPPED (1 << BH_Mapped)
/linux-4.1.27/fs/
Dbuffer.c1472 (1 << BH_Mapped | 1 << BH_New | 1 << BH_Req | \