Lines Matching defs:dirty
36 * the dirty extent buffers in the page.
46 * tree block B if it's also dirty.
421 dirty, start, len);
431 * Extra clear_and_test function for subpage dirty bitmap.
437 * NOTE: Callers should manually clear page dirty for true case, as we have
445 dirty, start, len);
451 if (subpage_test_bitmap_all_zero(fs_info, subpage, dirty))
577 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(dirty);
644 IMPLEMENT_BTRFS_PAGE_OPS(dirty, set_page_dirty, clear_page_dirty_for_io,
653 * Make sure not only the page dirty bit is cleared, but also subpage dirty bit
669 ASSERT(subpage_test_bitmap_all_zero(fs_info, subpage, dirty));
738 GET_SUBPAGE_BITMAP(subpage, subpage_info, dirty, &dirty_bitmap);
746 "start=%llu len=%u page=%llu, bitmaps uptodate=%*pbl error=%*pbl dirty=%*pbl writeback=%*pbl ordered=%*pbl checked=%*pbl",