Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Dbitmap.c818 static inline unsigned long test_page_attr(struct bitmap *bitmap, struct page *page, in test_page_attr() function
897 dirty = test_page_attr(bitmap, page, BITMAP_PAGE_DIRTY); in bitmap_unplug()
898 need_write = test_page_attr(bitmap, page, BITMAP_PAGE_NEEDWRITE); in bitmap_unplug()
1158 if (!test_page_attr(bitmap, page, BITMAP_PAGE_CLEAN)) { in bitmap_daemon_work()
1159 int need_write = test_page_attr(bitmap, page, in bitmap_daemon_work()
1176 if (test_page_attr(bitmap, lastpage, BITMAP_PAGE_NEEDWRITE)) { in bitmap_daemon_work()
1243 if (test_page_attr(bitmap, lastpage, BITMAP_PAGE_NEEDWRITE)) { in bitmap_daemon_work()