Searched refs:dirty_pages (Results 1 - 14 of 14) sorted by relevance

/linux-master/fs/btrfs/
H A Dtransaction.c381 extent_io_tree_init(fs_info, &cur_trans->dirty_pages,
1119 struct extent_io_tree *dirty_pages, int mark)
1128 while (find_first_extent_bit(dirty_pages, start, &start, &end,
1132 err = convert_extent_bit(dirty_pages, start, end,
1173 struct extent_io_tree *dirty_pages)
1182 while (find_first_extent_bit(dirty_pages, start, &start, &end,
1192 err = clear_extent_bit(dirty_pages, start, end,
1211 struct extent_io_tree *dirty_pages)
1216 err = __btrfs_wait_marked_extents(fs_info, dirty_pages);
1228 struct extent_io_tree *dirty_pages local
1118 btrfs_write_marked_extents(struct btrfs_fs_info *fs_info, struct extent_io_tree *dirty_pages, int mark) argument
1172 __btrfs_wait_marked_extents(struct btrfs_fs_info *fs_info, struct extent_io_tree *dirty_pages) argument
1210 btrfs_wait_extents(struct btrfs_fs_info *fs_info, struct extent_io_tree *dirty_pages) argument
1259 struct extent_io_tree *dirty_pages = &trans->transaction->dirty_pages; local
[all...]
H A Dtransaction.h69 struct extent_io_tree dirty_pages; member in struct:btrfs_transaction
277 struct extent_io_tree *dirty_pages, int mark);
H A Dfile.c1237 size_t dirty_pages; local
1356 dirty_pages = 0;
1359 dirty_pages = DIV_ROUND_UP(copied + offset,
1374 (dirty_pages << PAGE_SHIFT);
1385 dirty_pages, pos, copied,
H A Ddisk-io.c4201 while (find_first_extent_bit(&trans->dirty_pages, cur,
4676 struct extent_io_tree *dirty_pages,
4683 while (find_first_extent_bit(dirty_pages, start, &start, &end,
4685 clear_extent_bits(dirty_pages, start, end, mark);
4849 btrfs_destroy_marked_extents(fs_info, &cur_trans->dirty_pages,
4675 btrfs_destroy_marked_extents(struct btrfs_fs_info *fs_info, struct extent_io_tree *dirty_pages, int mark) argument
H A Dextent-tree.c5135 set_extent_bit(&trans->transaction->dirty_pages, buf->start,
/linux-master/drivers/md/dm-vdo/
H A Dstatistics.h91 u32 dirty_pages; member in struct:block_map_statistics
H A Dmessage-stats.c184 write_u32("dirtyPages : ", stats->dirty_pages, ", ", buf, maxlen);
H A Dblock-map.c329 ADD_ONCE(stats->dirty_pages, delta);
3295 totals.dirty_pages += READ_ONCE(stats->dirty_pages);
/linux-master/fs/ceph/
H A Dsnap.c621 capsnap->dirty_pages = ci->i_wrbuffer_ref_head;
679 if (capsnap->dirty_pages) {
685 capsnap->size, capsnap->dirty_pages);
H A Dcaps.c1649 if (capsnap->dirty_pages || capsnap->writing)
3203 !capsnap->writing && !capsnap->dirty_pages) {
3390 capsnap->dirty_pages -= nr;
3391 if (capsnap->dirty_pages == 0) {
3404 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr,
3405 ci->i_wrbuffer_ref, capsnap->dirty_pages,
3952 WARN_ON_ONCE(capsnap->dirty_pages || capsnap->writing);
H A Daddr.c105 capsnap->dirty_pages++;
557 capsnap, capsnap->context, capsnap->dirty_pages);
558 if (!capsnap->dirty_pages)
H A Dsuper.h245 int dirty_pages; /* dirty pages awaiting writeback */ member in struct:ceph_cap_snap
/linux-master/fs/f2fs/
H A Df2fs.h828 atomic_t dirty_pages; /* # of dirty pages */ member in struct:f2fs_inode_info
2478 atomic_inc(&F2FS_I(inode)->dirty_pages);
2496 atomic_dec(&F2FS_I(inode)->dirty_pages);
2532 return atomic_read(&F2FS_I(inode)->dirty_pages);
H A Dsuper.c1409 atomic_set(&fi->dirty_pages, 0);

Completed in 475 milliseconds