Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Dbitmap.h178 unsigned int hijacked:1; member
Dbitmap.c121 if (bitmap->bp[page].hijacked) /* it's hijacked, don't try to alloc */ in bitmap_checkpage()
142 bitmap->bp[page].hijacked = 1; in bitmap_checkpage()
144 bitmap->bp[page].hijacked) { in bitmap_checkpage()
170 if (bitmap->bp[page].hijacked) { /* page was hijacked, undo this now */ in bitmap_checkfree()
171 bitmap->bp[page].hijacked = 0; in bitmap_checkfree()
1282 if (bitmap->bp[page].hijacked || in bitmap_get_counter()
1295 if (bitmap->bp[page].hijacked) { /* hijacked pointer */ in bitmap_get_counter()
1650 if (bp[k].map && !bp[k].hijacked) in bitmap_free()