Searched refs:BITMAP_PAGE_DIRTY (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-bitmap.c | 882 BITMAP_PAGE_DIRTY = 0, /* there are set bits that need to be synced */ enumerator 945 set_page_attr(bitmap, page->index - node_offset, BITMAP_PAGE_DIRTY); in md_bitmap_file_set_bit() 1014 dirty = test_and_clear_page_attr(bitmap, i, BITMAP_PAGE_DIRTY); in md_bitmap_unplug() 1328 BITMAP_PAGE_DIRTY)) in md_bitmap_daemon_work() 2013 * BITMAP_PAGE_DIRTY or _NEEDWRITE to write ... */ in md_bitmap_copy_from_slot() 2250 set_page_attr(bitmap, i, BITMAP_PAGE_DIRTY); in md_bitmap_resize()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-bitmap.c | 909 BITMAP_PAGE_DIRTY = 0, /* there are set bits that need to be synced */ enumerator 974 set_page_attr(bitmap, index - node_offset, BITMAP_PAGE_DIRTY); in md_bitmap_file_set_bit() 1043 dirty = test_and_clear_page_attr(bitmap, i, BITMAP_PAGE_DIRTY); in md_bitmap_unplug() 1402 BITMAP_PAGE_DIRTY)) in md_bitmap_daemon_work() 2084 * BITMAP_PAGE_DIRTY or _NEEDWRITE to write ... */ in md_bitmap_copy_from_slot() 2321 set_page_attr(bitmap, i, BITMAP_PAGE_DIRTY); in md_bitmap_resize()
|
Completed in 7 milliseconds