Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Dbitmap.c795 BITMAP_PAGE_DIRTY = 0, /* there are set bits that need to be synced */ enumerator
862 set_page_attr(bitmap, page, BITMAP_PAGE_DIRTY); in bitmap_file_set_bit()
880 dirty = test_and_clear_bit(BITMAP_PAGE_DIRTY, &bitmap->logattrs); in bitmap_unplug()
897 dirty = test_page_attr(bitmap, page, BITMAP_PAGE_DIRTY); in bitmap_unplug()
899 clear_page_attr(bitmap, page, BITMAP_PAGE_DIRTY); in bitmap_unplug()