Home
last modified time | relevance | path

Searched refs:dirty_pages (Results 1 – 8 of 8) sorted by relevance

/linux/fs/btrfs/
H A Dtransaction.c389 btrfs_extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction()
1151 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() argument
1159 while (btrfs_find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_write_marked_extents()
1163 ret = btrfs_convert_extent_bit(dirty_pages, start, end, in btrfs_write_marked_extents()
1204 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents() argument
1211 while (btrfs_find_first_extent_bit(dirty_pages, start, &start, &end, in __btrfs_wait_marked_extents()
1221 ret = btrfs_clear_extent_bit(dirty_pages, start, end, in __btrfs_wait_marked_extents()
1238 struct extent_io_tree *dirty_pages) in btrfs_wait_extents() argument
1243 ret = __btrfs_wait_marked_extents(fs_info, dirty_pages); in btrfs_wait_extents()
1255 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents() local
[all …]
H A Ddisk-io.c4196 while (btrfs_find_first_extent_bit(&trans->dirty_pages, cur, in warn_about_uncommitted_trans()
4665 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() argument
4672 while (btrfs_find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_destroy_marked_extents()
4674 btrfs_clear_extent_bit(dirty_pages, start, end, mark, NULL); in btrfs_destroy_marked_extents()
4836 btrfs_destroy_marked_extents(fs_info, &cur_trans->dirty_pages, in btrfs_cleanup_one_transaction()
H A Dextent-tree.c5324 btrfs_set_extent_bit(&trans->transaction->dirty_pages, buf->start, in btrfs_init_new_buffer()
/linux/drivers/md/dm-vdo/
H A Dstatistics.h91 u32 dirty_pages; member
/linux/fs/ceph/
H A Dsnap.c621 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 Dcaps.c1637 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 Daddr.c109 capsnap->dirty_pages++; in ceph_dirty_folio()
638 capsnap, capsnap->context, capsnap->dirty_pages); in get_oldest_context()
639 if (!capsnap->dirty_pages) in get_oldest_context()
H A Dsuper.h273 int dirty_pages; /* dirty pages awaiting writeback */ member