Searched refs:BITMAP_PAGE_PENDING (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-bitmap.c | 883 BITMAP_PAGE_PENDING = 1, /* there are bits that are being cleaned. enumerator 971 set_page_attr(bitmap, page->index - node_offset, BITMAP_PAGE_PENDING); in md_bitmap_file_clear_bit() 1024 clear_page_attr(bitmap, i, BITMAP_PAGE_PENDING); in md_bitmap_unplug() 1258 BITMAP_PAGE_PENDING)) in md_bitmap_daemon_work() 2012 /* BITMAP_PAGE_PENDING is set, but bitmap_unplug needs in md_bitmap_copy_from_slot() 2015 if (test_page_attr(bitmap, i, BITMAP_PAGE_PENDING)) in md_bitmap_copy_from_slot()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-bitmap.c | 910 BITMAP_PAGE_PENDING = 1, /* there are bits that are being cleaned. enumerator 1002 set_page_attr(bitmap, index - node_offset, BITMAP_PAGE_PENDING); in md_bitmap_file_clear_bit() 1053 clear_page_attr(bitmap, i, BITMAP_PAGE_PENDING); in md_bitmap_unplug() 1332 BITMAP_PAGE_PENDING)) in md_bitmap_daemon_work() 2083 /* BITMAP_PAGE_PENDING is set, but bitmap_unplug needs in md_bitmap_copy_from_slot() 2086 if (test_page_attr(bitmap, i, BITMAP_PAGE_PENDING)) in md_bitmap_copy_from_slot()
|
Completed in 7 milliseconds