Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/md/
Dbitmap.c820 static inline unsigned long test_page_attr(struct bitmap *bitmap, struct page *page, in test_page_attr() function
882 dirty = test_page_attr(bitmap, page, BITMAP_PAGE_DIRTY); in bitmap_unplug()
883 need_write = test_page_attr(bitmap, page, BITMAP_PAGE_NEEDWRITE); in bitmap_unplug()
1138 if (!test_page_attr(bitmap, page, BITMAP_PAGE_PENDING)) { in bitmap_daemon_work()
1139 int need_write = test_page_attr(bitmap, page, in bitmap_daemon_work()
1154 if (test_page_attr(bitmap, lastpage, in bitmap_daemon_work()
1225 if (test_page_attr(bitmap, lastpage, BITMAP_PAGE_NEEDWRITE)) { in bitmap_daemon_work()