Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Dmd-bitmap.h167 unsigned int hijacked:1; member
Dmd-bitmap.c64 if (bitmap->bp[page].hijacked) /* it's hijacked, don't try to alloc */ in md_bitmap_checkpage()
100 bitmap->bp[page].hijacked = 1; in md_bitmap_checkpage()
102 bitmap->bp[page].hijacked) { in md_bitmap_checkpage()
127 if (bitmap->bp[page].hijacked) { /* page was hijacked, undo this now */ in md_bitmap_checkfree()
128 bitmap->bp[page].hijacked = 0; in md_bitmap_checkfree()
1371 if (bitmap->bp[page].hijacked || in md_bitmap_get_counter()
1384 if (bitmap->bp[page].hijacked) { /* hijacked pointer */ in md_bitmap_get_counter()
1763 if (bp[k].map && !bp[k].hijacked) in md_bitmap_free()
2213 if (!old_counts.bp[k].hijacked) in md_bitmap_resize()