Searched refs:dirty_pages (Results 1 – 12 of 12) sorted by relevance
| /Linux-v6.6/fs/btrfs/ |
| D | transaction.c | 385 extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction() 1077 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() argument 1086 while (find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_write_marked_extents() 1090 err = convert_extent_bit(dirty_pages, start, end, in btrfs_write_marked_extents() 1131 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents() argument 1140 while (find_first_extent_bit(dirty_pages, start, &start, &end, in __btrfs_wait_marked_extents() 1150 err = clear_extent_bit(dirty_pages, start, end, in __btrfs_wait_marked_extents() 1169 struct extent_io_tree *dirty_pages) in btrfs_wait_extents() argument 1174 err = __btrfs_wait_marked_extents(fs_info, dirty_pages); in btrfs_wait_extents() 1186 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents() local [all …]
|
| D | transaction.h | 51 struct extent_io_tree dirty_pages; member 257 struct extent_io_tree *dirty_pages, int mark);
|
| D | file.c | 1232 size_t dirty_pages; in btrfs_buffered_write() local 1351 dirty_pages = 0; in btrfs_buffered_write() 1354 dirty_pages = DIV_ROUND_UP(copied + offset, in btrfs_buffered_write() 1369 (dirty_pages << PAGE_SHIFT); in btrfs_buffered_write() 1380 dirty_pages, pos, copied, in btrfs_buffered_write()
|
| D | disk-io.c | 4227 while (find_first_extent_bit(&trans->dirty_pages, cur, in warn_about_uncommitted_trans() 4710 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() argument 4717 while (find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_destroy_marked_extents() 4719 clear_extent_bits(dirty_pages, start, end, mark); in btrfs_destroy_marked_extents() 4857 btrfs_destroy_marked_extents(fs_info, &cur_trans->dirty_pages, in btrfs_cleanup_one_transaction()
|
| D | zoned.c | 1611 set_extent_bit(&trans->dirty_pages, eb->start, eb->start + eb->len - 1, in btrfs_redirty_list_add()
|
| D | extent-tree.c | 4887 set_extent_bit(&trans->transaction->dirty_pages, buf->start, in btrfs_init_new_buffer()
|
| /Linux-v6.6/fs/ceph/ |
| D | snap.c | 612 capsnap->dirty_pages = ci->i_wrbuffer_ref_head; in ceph_queue_cap_snap() 669 if (capsnap->dirty_pages) { in __ceph_finish_cap_snap() 674 capsnap->size, capsnap->dirty_pages); in __ceph_finish_cap_snap()
|
| D | caps.c | 1606 if (capsnap->dirty_pages || capsnap->writing) in __ceph_flush_snaps() 3119 !capsnap->writing && !capsnap->dirty_pages) { in ceph_try_drop_cap_snap() 3312 capsnap->dirty_pages -= nr; in ceph_put_wrbuffer_cap_refs() 3313 if (capsnap->dirty_pages == 0) { in ceph_put_wrbuffer_cap_refs() 3327 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs() 3328 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs() 3865 WARN_ON_ONCE(capsnap->dirty_pages || capsnap->writing); in ceph_remove_capsnap()
|
| D | addr.c | 105 capsnap->dirty_pages++; in ceph_dirty_folio() 572 capsnap->context, capsnap->dirty_pages); in get_oldest_context() 573 if (!capsnap->dirty_pages) in get_oldest_context()
|
| D | super.h | 244 int dirty_pages; /* dirty pages awaiting writeback */ member
|
| /Linux-v6.6/fs/f2fs/ |
| D | f2fs.h | 816 atomic_t dirty_pages; /* # of dirty pages */ member 2442 atomic_inc(&F2FS_I(inode)->dirty_pages); in inode_inc_dirty_pages() 2460 atomic_dec(&F2FS_I(inode)->dirty_pages); in inode_dec_dirty_pages() 2496 return atomic_read(&F2FS_I(inode)->dirty_pages); in get_dirty_pages()
|
| D | super.c | 1413 atomic_set(&fi->dirty_pages, 0); in f2fs_alloc_inode()
|