Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Dmd-bitmap.h167 unsigned int hijacked:1; member
Dmd-bitmap.c65 if (bitmap->bp[page].hijacked) /* it's hijacked, don't try to alloc */ in md_bitmap_checkpage()
101 bitmap->bp[page].hijacked = 1; in md_bitmap_checkpage()
103 bitmap->bp[page].hijacked) { in md_bitmap_checkpage()
128 if (bitmap->bp[page].hijacked) { /* page was hijacked, undo this now */ in md_bitmap_checkfree()
129 bitmap->bp[page].hijacked = 0; in md_bitmap_checkfree()
1372 if (bitmap->bp[page].hijacked || in md_bitmap_get_counter()
1385 if (bitmap->bp[page].hijacked) { /* hijacked pointer */ in md_bitmap_get_counter()
1764 if (bp[k].map && !bp[k].hijacked) in md_bitmap_free()
2220 if (!old_counts.bp[k].hijacked) in md_bitmap_resize()