Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dtransaction.c389 btrfs_extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction()
1150 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() argument
1158 while (btrfs_find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_write_marked_extents()
1162 ret = btrfs_convert_extent_bit(dirty_pages, start, end, in btrfs_write_marked_extents()
1203 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents() argument
1210 while (btrfs_find_first_extent_bit(dirty_pages, start, &start, &end, in __btrfs_wait_marked_extents()
1220 ret = btrfs_clear_extent_bit(dirty_pages, start, end, in __btrfs_wait_marked_extents()
1237 struct extent_io_tree *dirty_pages) in btrfs_wait_extents() argument
1242 ret = __btrfs_wait_marked_extents(fs_info, dirty_pages); in btrfs_wait_extents()
1254 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents() local
[all …]
H A Dtransaction.h73 struct extent_io_tree dirty_pages; member
334 struct extent_io_tree *dirty_pages, int mark);
H A Ddisk-io.c4305 while (btrfs_find_first_extent_bit(&trans->dirty_pages, cur, in warn_about_uncommitted_trans()
4806 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() argument
4813 while (btrfs_find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_destroy_marked_extents()
4815 btrfs_clear_extent_bit(dirty_pages, start, end, mark, NULL); in btrfs_destroy_marked_extents()
4830 btrfs_extent_io_tree_release(dirty_pages); in btrfs_destroy_marked_extents()
4978 btrfs_destroy_marked_extents(fs_info, &cur_trans->dirty_pages, in btrfs_cleanup_one_transaction()
H A Dextent-tree.c5331 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()