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

/linux-master/drivers/md/
H A Dmd-bitmap.h74 * hijacked page pointer (32-bit)
167 unsigned int hijacked:1; member in struct:bitmap_page
H A Dmd-bitmap.c44 * 2) if the alloc fails, set the page's hijacked flag so we'll use the
58 if (bitmap->bp[page].hijacked) /* it's hijacked, don't try to alloc */
77 * bp[page].hijacked. In either case, this function will
91 /* failed - set the hijacked flag so that we can use the
94 bitmap->bp[page].hijacked = 1;
96 bitmap->bp[page].hijacked) {
110 /* if page was hijacked, unmark the flag so it might get alloced next time */
121 if (bitmap->bp[page].hijacked) { /* page was hijacked, und
[all...]

Completed in 109 milliseconds