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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.c791 BITMAP_PAGE_DIRTY = 0, /* there are set bits that need to be synced */ enumerator in enum:bitmap_page_attr
858 set_page_attr(bitmap, page, BITMAP_PAGE_DIRTY);
876 dirty = test_and_clear_bit(BITMAP_PAGE_DIRTY, &bitmap->logattrs);
893 dirty = test_page_attr(bitmap, page, BITMAP_PAGE_DIRTY);
895 clear_page_attr(bitmap, page, BITMAP_PAGE_DIRTY);

Completed in 101 milliseconds