Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/
Dmd-bitmap.c136 unsigned int hijacked:1; member
257 if (bitmap->bp[page].hijacked) /* it's hijacked, don't try to alloc */ in md_bitmap_checkpage()
293 bitmap->bp[page].hijacked = 1; in md_bitmap_checkpage()
295 bitmap->bp[page].hijacked) { in md_bitmap_checkpage()
320 if (bitmap->bp[page].hijacked) { /* page was hijacked, undo this now */ in md_bitmap_checkfree()
321 bitmap->bp[page].hijacked = 0; in md_bitmap_checkfree()
1649 if (bitmap->bp[page].hijacked || in md_bitmap_get_counter()
1661 if (bitmap->bp[page].hijacked) { /* hijacked pointer */ in md_bitmap_get_counter()
2058 if (bp[k].map && !bp[k].hijacked) in md_bitmap_free()
2534 if (!old_counts.bp[k].hijacked) in __bitmap_resize()