Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dtransaction.c388 extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction()
1023 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() argument
1033 while (!find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_write_marked_extents()
1037 err = convert_extent_bit(dirty_pages, start, end, in btrfs_write_marked_extents()
1079 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents() argument
1088 while (!find_first_extent_bit(dirty_pages, start, &start, &end, in __btrfs_wait_marked_extents()
1098 err = clear_extent_bit(dirty_pages, start, end, in __btrfs_wait_marked_extents()
1117 struct extent_io_tree *dirty_pages) in btrfs_wait_extents() argument
1122 err = __btrfs_wait_marked_extents(fs_info, dirty_pages); in btrfs_wait_extents()
1134 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents() local
[all …]
Dtransaction.h49 struct extent_io_tree dirty_pages; member
227 struct extent_io_tree *dirty_pages, int mark);
Dfile.c1702 size_t dirty_pages; in btrfs_buffered_write() local
1800 dirty_pages = 0; in btrfs_buffered_write()
1803 dirty_pages = DIV_ROUND_UP(copied + offset, in btrfs_buffered_write()
1818 (dirty_pages << PAGE_SHIFT); in btrfs_buffered_write()
1829 dirty_pages, pos, copied, in btrfs_buffered_write()
Ddisk-io.c60 struct extent_io_tree *dirty_pages,
4762 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() argument
4771 ret = find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_destroy_marked_extents()
4776 clear_extent_bits(dirty_pages, start, end, mark); in btrfs_destroy_marked_extents()
4914 btrfs_destroy_marked_extents(fs_info, &cur_trans->dirty_pages, in btrfs_cleanup_one_transaction()
Dzoned.c1270 set_extent_bits_nowait(&trans->dirty_pages, eb->start, in btrfs_redirty_list_add()
Dextent-tree.c4769 set_extent_dirty(&trans->transaction->dirty_pages, buf->start, in btrfs_init_new_buffer()
/Linux-v5.15/fs/ceph/
Dsnap.c576 capsnap->dirty_pages = ci->i_wrbuffer_ref_head; in ceph_queue_cap_snap()
634 if (capsnap->dirty_pages) { in __ceph_finish_cap_snap()
639 capsnap->dirty_pages); in __ceph_finish_cap_snap()
Dcaps.c1544 if (capsnap->dirty_pages || capsnap->writing) in __ceph_flush_snaps()
3004 !capsnap->writing && !capsnap->dirty_pages) { in ceph_try_drop_cap_snap()
3192 capsnap->dirty_pages -= nr; in ceph_put_wrbuffer_cap_refs()
3193 if (capsnap->dirty_pages == 0) { in ceph_put_wrbuffer_cap_refs()
3207 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs()
3208 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs()
3717 WARN_ON_ONCE(capsnap->dirty_pages || capsnap->writing); in ceph_remove_capsnap()
Daddr.c105 capsnap->dirty_pages++; in ceph_set_page_dirty()
404 capsnap->context, capsnap->dirty_pages); in get_oldest_context()
405 if (!capsnap->dirty_pages) in get_oldest_context()
Dsuper.h221 int dirty_pages; /* dirty pages awaiting writeback */ member
/Linux-v5.15/fs/f2fs/
Df2fs.h742 atomic_t dirty_pages; /* # of dirty pages */ member
2274 atomic_inc(&F2FS_I(inode)->dirty_pages); in inode_inc_dirty_pages()
2292 atomic_dec(&F2FS_I(inode)->dirty_pages); in inode_dec_dirty_pages()
2306 return atomic_read(&F2FS_I(inode)->dirty_pages); in get_dirty_pages()
Dsuper.c1317 atomic_set(&fi->dirty_pages, 0); in f2fs_alloc_inode()