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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.h131 BITMAP_STALE = 0x002, /* the bitmap file is out of date or had -EIO */ enumerator in enum:bitmap_state
H A Dbitmap.c606 sb->state |= cpu_to_le32(BITMAP_STALE);
617 if (sb->state & cpu_to_le32(BITMAP_STALE))
765 if (bitmap_mask_state(bitmap, BITMAP_STALE, MASK_SET) == 0) {
948 outofdate = bitmap->flags & BITMAP_STALE;
1065 bitmap_mask_state(bitmap, BITMAP_STALE, MASK_UNSET);

Completed in 122 milliseconds