Searched refs:BH_Dirty (Results 1 – 10 of 10) sorted by relevance
75 ((bh)->b_state & ((1ul << BH_Dirty) | (1ul << BH_Lock) | (1ul << BH_Pinned)))
59 const unsigned long b_state = (1UL << BH_Dirty)|(1UL << BH_Pinned)|(1UL << BH_Lock); in __gfs2_ail_flush()
164 (1 << BH_Dirty)|(1 << BH_Uptodate)); in __gfs2_jdata_writepage()
93 (1 << BH_Uptodate | 1 << BH_Dirty | 1 << BH_Mapped | in nilfs_forget_buffer()223 mask |= (1UL << BH_Dirty); in nilfs_copy_page()423 (1 << BH_Uptodate | 1 << BH_Dirty | 1 << BH_Mapped | in nilfs_clear_dirty_page()
1791 (1 << BH_Dirty | 1 << BH_Async_Write | in nilfs_segctor_complete_write()
21 BH_Dirty, /* Is dirty */ enumerator
1691 (1 << BH_Dirty)|(1 << BH_Uptodate)); in __block_write_full_page()3182 (bh->b_state & ((1 << BH_Dirty) | (1 << BH_Lock))); in buffer_busy()
582 (1 << BH_Uptodate) | (1 << BH_Dirty)); in ntfs_write_block()
2555 (1 << BH_Dirty) | (1 << BH_Uptodate)); in reiserfs_write_full_page()
1602 (1 << BH_Dirty)|(1 << BH_Uptodate)); in ext3_ordered_writepage()