Searched refs:test_and_clear_page_attr (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | bitmap.c | 891 static inline int test_and_clear_page_attr(struct bitmap *bitmap, int pnum, in test_and_clear_page_attr() function 990 dirty = test_and_clear_page_attr(bitmap, i, BITMAP_PAGE_DIRTY); in bitmap_unplug() 991 need_write = test_and_clear_page_attr(bitmap, i, in bitmap_unplug() 1227 if (test_and_clear_page_attr(bitmap, j, in bitmap_daemon_work() 1302 if (test_and_clear_page_attr(bitmap, j, in bitmap_daemon_work()
|