Searched refs:hijacked (Results 1 – 2 of 2) sorted by relevance
58 if (bitmap->bp[page].hijacked) /* it's hijacked, don't try to alloc */ in md_bitmap_checkpage()94 bitmap->bp[page].hijacked = 1; in md_bitmap_checkpage()96 bitmap->bp[page].hijacked) { in md_bitmap_checkpage()121 if (bitmap->bp[page].hijacked) { /* page was hijacked, undo this now */ in md_bitmap_checkfree()122 bitmap->bp[page].hijacked = 0; in md_bitmap_checkfree()1445 if (bitmap->bp[page].hijacked || in md_bitmap_get_counter()1457 if (bitmap->bp[page].hijacked) { /* hijacked pointer */ in md_bitmap_get_counter()1820 if (bp[k].map && !bp[k].hijacked) in md_bitmap_free()2310 if (!old_counts.bp[k].hijacked) in md_bitmap_resize()
167 unsigned int hijacked:1; member