Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/
Dserver_writeback.c24 int dirty_pages; in hmdfs_srv_wb_handler() local
30 dirty_pages = hswb->dirty_nr_pages_to_wb; in hmdfs_srv_wb_handler()
31 writeback_inodes_sb_nr(lower_sb, dirty_pages, WB_REASON_FS_FREE_SPACE); in hmdfs_srv_wb_handler()
34 trace_hmdfs_start_srv_wb(hswb->sbi, dirty_pages, hswb->dirty_thresh_pg); in hmdfs_srv_wb_handler()
Dhmdfs_trace.h383 TP_PROTO(struct hmdfs_sb_info *sbi, int dirty_pages,
386 TP_ARGS(sbi, dirty_pages, dirty_thresh_pg),
390 __field(int, dirty_pages)
396 __entry->dirty_pages = dirty_pages;
401 __entry->src, __entry->dirty_pages, __entry->dirty_thresh_pg)
/kernel/linux/linux-5.10/fs/btrfs/
Dtransaction.c380 extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction()
1008 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() argument
1018 while (!find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_write_marked_extents()
1022 err = convert_extent_bit(dirty_pages, start, end, in btrfs_write_marked_extents()
1064 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents() argument
1073 while (!find_first_extent_bit(dirty_pages, start, &start, &end, in __btrfs_wait_marked_extents()
1083 err = clear_extent_bit(dirty_pages, start, end, in __btrfs_wait_marked_extents()
1102 struct extent_io_tree *dirty_pages) in btrfs_wait_extents() argument
1107 err = __btrfs_wait_marked_extents(fs_info, dirty_pages); in btrfs_wait_extents()
1119 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents() local
[all …]
Dtransaction.h48 struct extent_io_tree dirty_pages; member
227 struct extent_io_tree *dirty_pages, int mark);
Dfile.c1596 size_t dirty_pages; in btrfs_buffered_write() local
1703 dirty_pages = 0; in btrfs_buffered_write()
1706 dirty_pages = DIV_ROUND_UP(copied + offset, in btrfs_buffered_write()
1722 (dirty_pages << PAGE_SHIFT); in btrfs_buffered_write()
1734 dirty_pages, pos, copied, in btrfs_buffered_write()
Ddisk-io.c59 struct extent_io_tree *dirty_pages,
4563 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() argument
4572 ret = find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_destroy_marked_extents()
4577 clear_extent_bits(dirty_pages, start, end, mark); in btrfs_destroy_marked_extents()
4715 btrfs_destroy_marked_extents(fs_info, &cur_trans->dirty_pages, in btrfs_cleanup_one_transaction()
Dextent-tree.c4627 set_extent_dirty(&trans->transaction->dirty_pages, buf->start, in btrfs_init_new_buffer()
/kernel/linux/linux-5.10/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.c1556 if (capsnap->dirty_pages || capsnap->writing) in __ceph_flush_snaps()
3093 !capsnap->writing && !capsnap->dirty_pages) { in ceph_try_drop_cap_snap()
3253 capsnap->dirty_pages -= nr; in ceph_put_wrbuffer_cap_refs()
3254 if (capsnap->dirty_pages == 0) { in ceph_put_wrbuffer_cap_refs()
3268 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs()
3269 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs()
3773 WARN_ON_ONCE(capsnap->dirty_pages || capsnap->writing); in ceph_remove_capsnap()
Daddr.c101 capsnap->dirty_pages++; in ceph_set_page_dirty()
512 capsnap->context, capsnap->dirty_pages); in get_oldest_context()
513 if (!capsnap->dirty_pages) in get_oldest_context()
Dsuper.h220 int dirty_pages; /* dirty pages awaiting writeback */ member
/kernel/linux/linux-5.10/fs/f2fs/
Df2fs.h720 atomic_t dirty_pages; /* # of dirty pages */ member
2124 atomic_inc(&F2FS_I(inode)->dirty_pages); in inode_inc_dirty_pages()
2142 atomic_dec(&F2FS_I(inode)->dirty_pages); in inode_dec_dirty_pages()
2156 return atomic_read(&F2FS_I(inode)->dirty_pages); in get_dirty_pages()
Dsuper.c1102 atomic_set(&fi->dirty_pages, 0); in f2fs_alloc_inode()