| /linux/fs/btrfs/ |
| H A D | transaction.c | 388 btrfs_extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction() 1133 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() argument 1141 while (btrfs_find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_write_marked_extents() 1145 ret = btrfs_convert_extent_bit(dirty_pages, start, end, in btrfs_write_marked_extents() 1186 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents() argument 1193 while (btrfs_find_first_extent_bit(dirty_pages, start, &start, &end, in __btrfs_wait_marked_extents() 1203 ret = btrfs_clear_extent_bit(dirty_pages, start, end, in __btrfs_wait_marked_extents() 1220 struct extent_io_tree *dirty_pages) in btrfs_wait_extents() argument 1225 ret = __btrfs_wait_marked_extents(fs_info, dirty_pages); in btrfs_wait_extents() 1237 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents() local [all …]
|
| H A D | transaction.h | 71 struct extent_io_tree dirty_pages; member 294 struct extent_io_tree *dirty_pages, int mark);
|
| H A D | disk-io.c | 4219 while (btrfs_find_first_extent_bit(&trans->dirty_pages, cur, in warn_about_uncommitted_trans() 4688 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() argument 4695 while (btrfs_find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_destroy_marked_extents() 4697 btrfs_clear_extent_bit(dirty_pages, start, end, mark, NULL); in btrfs_destroy_marked_extents() 4859 btrfs_destroy_marked_extents(fs_info, &cur_trans->dirty_pages, in btrfs_cleanup_one_transaction()
|
| H A D | extent-tree.c | 5327 btrfs_set_extent_bit(&trans->transaction->dirty_pages, buf->start, in btrfs_init_new_buffer()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | statistics.h | 91 u32 dirty_pages; member
|
| H A D | message-stats.c | 185 write_u32("dirtyPages : ", stats->dirty_pages, ", ", buf, maxlen); in write_block_map_statistics()
|
| H A D | block-map.c | 332 ADD_ONCE(stats->dirty_pages, delta); in update_counter() 3327 totals.dirty_pages += READ_ONCE(stats->dirty_pages); in vdo_get_block_map_statistics()
|
| /linux/fs/ceph/ |
| H A D | snap.c | 621 capsnap->dirty_pages = ci->i_wrbuffer_ref_head; in ceph_queue_cap_snap() 679 if (capsnap->dirty_pages) { in __ceph_finish_cap_snap() 685 capsnap->size, capsnap->dirty_pages); in __ceph_finish_cap_snap()
|
| H A D | caps.c | 1637 if (capsnap->dirty_pages || capsnap->writing) in __ceph_flush_snaps() 3205 !capsnap->writing && !capsnap->dirty_pages) { in ceph_try_drop_cap_snap() 3392 capsnap->dirty_pages -= nr; in ceph_put_wrbuffer_cap_refs() 3393 if (capsnap->dirty_pages == 0) { in ceph_put_wrbuffer_cap_refs() 3406 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs() 3407 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs() 3959 WARN_ON_ONCE(capsnap->dirty_pages || capsnap->writing); in ceph_remove_capsnap()
|
| H A D | addr.c | 108 capsnap->dirty_pages++; in ceph_dirty_folio() 633 capsnap, capsnap->context, capsnap->dirty_pages); in get_oldest_context() 634 if (!capsnap->dirty_pages) in get_oldest_context()
|
| H A D | super.h | 272 int dirty_pages; /* dirty pages awaiting writeback */ member
|
| /linux/fs/f2fs/ |
| H A D | f2fs.h | 953 atomic_t dirty_pages; /* # of dirty pages */ member 2746 atomic_inc(&F2FS_I(inode)->dirty_pages); in inode_inc_dirty_pages() 2764 atomic_dec(&F2FS_I(inode)->dirty_pages); in inode_dec_dirty_pages() 2800 return atomic_read(&F2FS_I(inode)->dirty_pages); in get_dirty_pages()
|
| H A D | super.c | 1807 atomic_set(&fi->dirty_pages, 0); in f2fs_alloc_inode()
|