| /linux-6.15/fs/btrfs/ |
| H A D | transaction.c | 386 extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction() 1123 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() argument 1135 ret = convert_extent_bit(dirty_pages, start, end, in btrfs_write_marked_extents() 1176 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents() argument 1194 ret = clear_extent_bit(dirty_pages, start, end, in __btrfs_wait_marked_extents() 1211 struct extent_io_tree *dirty_pages) in btrfs_wait_extents() argument 1216 err = __btrfs_wait_marked_extents(fs_info, dirty_pages); in btrfs_wait_extents() 1234 err = __btrfs_wait_marked_extents(fs_info, dirty_pages); in btrfs_wait_tree_log_extents() 1259 struct extent_io_tree *dirty_pages = &trans->transaction->dirty_pages; in btrfs_write_and_wait_transaction() local 1266 ret2 = btrfs_wait_extents(fs_info, dirty_pages); in btrfs_write_and_wait_transaction() [all …]
|
| H A D | transaction.h | 75 struct extent_io_tree dirty_pages; member 298 struct extent_io_tree *dirty_pages, int mark);
|
| H A D | disk-io.c | 4247 while (find_first_extent_bit(&trans->dirty_pages, cur, in warn_about_uncommitted_trans() 4694 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() argument 4701 while (find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_destroy_marked_extents() 4703 clear_extent_bits(dirty_pages, start, end, mark); in btrfs_destroy_marked_extents() 4865 btrfs_destroy_marked_extents(fs_info, &cur_trans->dirty_pages, in btrfs_cleanup_one_transaction()
|
| H A D | extent-tree.c | 5083 set_extent_bit(&trans->transaction->dirty_pages, buf->start, in btrfs_init_new_buffer()
|
| /linux-6.15/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 | 327 ADD_ONCE(stats->dirty_pages, delta); in update_counter() 3292 totals.dirty_pages += READ_ONCE(stats->dirty_pages); in vdo_get_block_map_statistics()
|
| /linux-6.15/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 | 1636 if (capsnap->dirty_pages || capsnap->writing) in __ceph_flush_snaps() 3204 !capsnap->writing && !capsnap->dirty_pages) { in ceph_try_drop_cap_snap() 3391 capsnap->dirty_pages -= nr; in ceph_put_wrbuffer_cap_refs() 3392 if (capsnap->dirty_pages == 0) { in ceph_put_wrbuffer_cap_refs() 3405 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs() 3406 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs() 3958 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() 622 capsnap, capsnap->context, capsnap->dirty_pages); in get_oldest_context() 623 if (!capsnap->dirty_pages) in get_oldest_context()
|
| H A D | super.h | 246 int dirty_pages; /* dirty pages awaiting writeback */ member
|
| /linux-6.15/fs/f2fs/ |
| H A D | f2fs.h | 843 atomic_t dirty_pages; /* # of dirty pages */ member 2553 atomic_inc(&F2FS_I(inode)->dirty_pages); in inode_inc_dirty_pages() 2571 atomic_dec(&F2FS_I(inode)->dirty_pages); in inode_dec_dirty_pages() 2607 return atomic_read(&F2FS_I(inode)->dirty_pages); in get_dirty_pages()
|
| H A D | super.c | 1440 atomic_set(&fi->dirty_pages, 0); in f2fs_alloc_inode()
|