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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dtransaction.h38 struct extent_io_tree dirty_pages; member in struct:btrfs_transaction
115 struct extent_io_tree *dirty_pages, int mark);
117 struct extent_io_tree *dirty_pages, int mark);
119 struct extent_io_tree *dirty_pages, int mark);
H A Dtransaction.c83 extent_io_tree_init(&cur_trans->dirty_pages,
387 struct extent_io_tree *dirty_pages, int mark)
399 ret = find_first_extent_bit(dirty_pages, start, &start, &end,
446 struct extent_io_tree *dirty_pages, int mark)
458 ret = find_first_extent_bit(dirty_pages, start, &start, &end,
463 clear_extent_bits(dirty_pages, start, end, mark, GFP_NOFS);
493 struct extent_io_tree *dirty_pages, int mark)
498 ret = btrfs_write_marked_extents(root, dirty_pages, mark);
499 ret2 = btrfs_wait_marked_extents(root, dirty_pages, mark);
512 &trans->transaction->dirty_pages,
386 btrfs_write_marked_extents(struct btrfs_root *root, struct extent_io_tree *dirty_pages, int mark) argument
445 btrfs_wait_marked_extents(struct btrfs_root *root, struct extent_io_tree *dirty_pages, int mark) argument
492 btrfs_write_and_wait_marked_extents(struct btrfs_root *root, struct extent_io_tree *dirty_pages, int mark) argument
[all...]
H A Dextent-tree.c5139 set_extent_dirty(&trans->transaction->dirty_pages, buf->start,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvtlb.c183 u64 i, dirty_pages = 1; local
188 dirty_pages <<= ps <= PAGE_SHIFT ? 0 : ps - PAGE_SHIFT;
191 for (i = 0; i < dirty_pages; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dsnap.c492 capsnap->dirty_pages = ci->i_wrbuffer_ref_head;
537 if (capsnap->dirty_pages) {
542 capsnap->dirty_pages);
H A Dcaps.c1233 if (capsnap->dirty_pages || capsnap->writing)
2230 capsnap->dirty_pages -= nr;
2231 if (capsnap->dirty_pages == 0) {
2241 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr,
2242 ci->i_wrbuffer_ref, capsnap->dirty_pages,
2553 WARN_ON(capsnap->dirty_pages || capsnap->writing);
H A Daddr.c341 capsnap->context, capsnap->dirty_pages);
342 if (capsnap->dirty_pages) {
H A Dsuper.h226 int dirty_pages; /* dirty pages awaiting writeback */ member in struct:ceph_cap_snap

Completed in 79 milliseconds