Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Dmd-bitmap.c138 unsigned int hijacked:1; member
259 if (bitmap->bp[page].hijacked) /* it's hijacked, don't try to alloc */ in md_bitmap_checkpage()
295 bitmap->bp[page].hijacked = 1; in md_bitmap_checkpage()
297 bitmap->bp[page].hijacked) { in md_bitmap_checkpage()
322 if (bitmap->bp[page].hijacked) { /* page was hijacked, undo this now */ in md_bitmap_checkfree()
323 bitmap->bp[page].hijacked = 0; in md_bitmap_checkfree()
1652 if (bitmap->bp[page].hijacked || in md_bitmap_get_counter()
1664 if (bitmap->bp[page].hijacked) { /* hijacked pointer */ in md_bitmap_get_counter()
2043 if (bp[k].map && !bp[k].hijacked) in md_bitmap_free()
2552 if (!old_counts.bp[k].hijacked) in __bitmap_resize()