Home
last modified time | relevance | path

Searched refs:BH_Uptodate (Results 1 – 9 of 9) 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()
138 if (bits & (1UL << BH_Uptodate)) in nilfs_copy_buffer()
423 (1 << BH_Uptodate | 1 << BH_Dirty | 1 << BH_Mapped | in nilfs_clear_dirty_page()
Dsegment.c1789 const unsigned long set_bits = (1 << BH_Uptodate); in nilfs_segctor_complete_write()
/linux-4.1.27/include/linux/
Dbuffer_head.h20 BH_Uptodate, /* Contains valid data */ enumerator
/linux-4.1.27/fs/gfs2/
Daops.c164 (1 << BH_Dirty)|(1 << BH_Uptodate)); in __gfs2_jdata_writepage()
Dbmap.c86 (1 << BH_Uptodate)); in gfs2_unstuffer_page()
/linux-4.1.27/fs/ntfs/
Daops.c582 (1 << BH_Uptodate) | (1 << BH_Dirty)); in ntfs_write_block()
/linux-4.1.27/fs/
Dbuffer.c1691 (1 << BH_Dirty)|(1 << BH_Uptodate)); in __block_write_full_page()
/linux-4.1.27/fs/reiserfs/
Dinode.c2555 (1 << BH_Dirty) | (1 << BH_Uptodate)); in reiserfs_write_full_page()
/linux-4.1.27/fs/ext3/
Dinode.c1602 (1 << BH_Dirty)|(1 << BH_Uptodate)); in ext3_ordered_writepage()