Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Dbitmap.h166 unsigned int hijacked:1; member
Dbitmap.c63 if (bitmap->bp[page].hijacked) /* it's hijacked, don't try to alloc */ in bitmap_checkpage()
96 bitmap->bp[page].hijacked = 1; in bitmap_checkpage()
98 bitmap->bp[page].hijacked) { in bitmap_checkpage()
124 if (bitmap->bp[page].hijacked) { /* page was hijacked, undo this now */ in bitmap_checkfree()
125 bitmap->bp[page].hijacked = 0; in bitmap_checkfree()
1332 if (bitmap->bp[page].hijacked || in bitmap_get_counter()
1345 if (bitmap->bp[page].hijacked) { /* hijacked pointer */ in bitmap_get_counter()
1700 if (bp[k].map && !bp[k].hijacked) in bitmap_free()