Searched refs:wb (Results 1 – 9 of 9) sorted by relevance
86 static bool wb_io_lists_populated(struct bdi_writeback *wb) in wb_io_lists_populated() argument88 if (wb_has_dirty_io(wb)) { in wb_io_lists_populated()91 set_bit(WB_has_dirty_io, &wb->state); in wb_io_lists_populated()92 WARN_ON_ONCE(!wb->avg_write_bandwidth); in wb_io_lists_populated()93 atomic_long_add(wb->avg_write_bandwidth, in wb_io_lists_populated()94 &wb->bdi->tot_write_bandwidth); in wb_io_lists_populated()99 static void wb_io_lists_depopulated(struct bdi_writeback *wb) in wb_io_lists_depopulated() argument101 if (wb_has_dirty_io(wb) && list_empty(&wb->b_dirty) && in wb_io_lists_depopulated()102 list_empty(&wb->b_io) && list_empty(&wb->b_more_io)) { in wb_io_lists_depopulated()103 clear_bit(WB_has_dirty_io, &wb->state); in wb_io_lists_depopulated()[all …]
100 af->wb = wbk; in afs_cache_wb_key()106 af->wb = p; in afs_cache_wb_key()177 if (af->wb) in afs_release()178 afs_put_wb_key(af->wb); in afs_release()
211 struct afs_wb_key *wb; /* Writeback key record for this file */ member
1604 dec_wb_stat(&bdi->wb, WB_WRITEBACK); in fuse_writepage_finish()1606 wb_writeout_inc(&bdi->wb); in fuse_writepage_finish()1839 inc_wb_stat(&inode_to_bdi(inode)->wb, WB_WRITEBACK); in fuse_writepage_locked()1986 dec_wb_stat(&bdi->wb, WB_WRITEBACK); in fuse_writepage_in_flight()1988 wb_writeout_inc(&bdi->wb); in fuse_writepage_in_flight()2085 inc_wb_stat(&inode_to_bdi(inode)->wb, WB_WRITEBACK); in fuse_writepages_fill()
664 inc_wb_stat(&inode_to_bdi(inode)->wb, WB_RECLAIMABLE); in nfs_mark_page_unstable()
951 dec_wb_stat(&inode_to_bdi(page_file_mapping(page)->host)->wb, in nfs_clear_page_commit()
820 if (sbi->sb->s_bdi->wb.dirty_exceeded) in nr_pages_to_skip()
71 if (sbi->sb->s_bdi->wb.dirty_exceeded) in f2fs_available_free_memory()94 if (!sbi->sb->s_bdi->wb.dirty_exceeded) in f2fs_available_free_memory()
514 if (bdi->wb.dirty_exceeded) in gfs2_write_inode()