Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dtransaction.c380 extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction()
1056 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() argument
1070 err = convert_extent_bit(dirty_pages, start, end, in btrfs_write_marked_extents()
1112 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents() argument
1131 err = clear_extent_bit(dirty_pages, start, end, in __btrfs_wait_marked_extents()
1150 struct extent_io_tree *dirty_pages) in btrfs_wait_extents() argument
1155 err = __btrfs_wait_marked_extents(fs_info, dirty_pages); in btrfs_wait_extents()
1173 err = __btrfs_wait_marked_extents(fs_info, dirty_pages); in btrfs_wait_tree_log_extents()
1198 struct extent_io_tree *dirty_pages = &trans->transaction->dirty_pages; in btrfs_write_and_wait_transaction() local
1205 ret2 = btrfs_wait_extents(fs_info, dirty_pages); in btrfs_write_and_wait_transaction()
[all …]
A Dtransaction.h50 struct extent_io_tree dirty_pages; member
259 struct extent_io_tree *dirty_pages, int mark);
A Dfile.c1234 size_t dirty_pages; in btrfs_buffered_write() local
1353 dirty_pages = 0; in btrfs_buffered_write()
1356 dirty_pages = DIV_ROUND_UP(copied + offset, in btrfs_buffered_write()
1371 (dirty_pages << PAGE_SHIFT); in btrfs_buffered_write()
1382 dirty_pages, pos, copied, in btrfs_buffered_write()
A Ddisk-io.c68 struct extent_io_tree *dirty_pages,
4449 while (!find_first_extent_bit(&trans->dirty_pages, cur, in warn_about_uncommitted_trans()
4962 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() argument
4971 ret = find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_destroy_marked_extents()
4976 clear_extent_bits(dirty_pages, start, end, mark); in btrfs_destroy_marked_extents()
5115 btrfs_destroy_marked_extents(fs_info, &cur_trans->dirty_pages, in btrfs_cleanup_one_transaction()
A Dzoned.c1605 set_extent_bits_nowait(&trans->dirty_pages, eb->start, in btrfs_redirty_list_add()
A Dextent-tree.c4869 set_extent_dirty(&trans->transaction->dirty_pages, buf->start, in btrfs_init_new_buffer()
/linux-6.3-rc2/fs/ceph/
A Dsnap.c612 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()
A Dcaps.c1546 if (capsnap->dirty_pages || capsnap->writing) in __ceph_flush_snaps()
3045 !capsnap->writing && !capsnap->dirty_pages) { in ceph_try_drop_cap_snap()
3232 capsnap->dirty_pages -= nr; in ceph_put_wrbuffer_cap_refs()
3233 if (capsnap->dirty_pages == 0) { in ceph_put_wrbuffer_cap_refs()
3247 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs()
3248 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs()
3757 WARN_ON_ONCE(capsnap->dirty_pages || capsnap->writing); in ceph_remove_capsnap()
A Daddr.c104 capsnap->dirty_pages++; in ceph_dirty_folio()
475 capsnap->context, capsnap->dirty_pages); in get_oldest_context()
476 if (!capsnap->dirty_pages) in get_oldest_context()
A Dsuper.h239 int dirty_pages; /* dirty pages awaiting writeback */ member
/linux-6.3-rc2/fs/f2fs/
A Df2fs.h834 atomic_t dirty_pages; /* # of dirty pages */ member
2428 atomic_inc(&F2FS_I(inode)->dirty_pages); in inode_inc_dirty_pages()
2446 atomic_dec(&F2FS_I(inode)->dirty_pages); in inode_dec_dirty_pages()
2482 return atomic_read(&F2FS_I(inode)->dirty_pages); in get_dirty_pages()
A Dsuper.c1378 atomic_set(&fi->dirty_pages, 0); in f2fs_alloc_inode()

Completed in 73 milliseconds